Remove unused TLS public key
The certificate is used in stead of a discrete public key. The generated public key was never actually used. Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -38,7 +38,6 @@ func Test_Keys(t *testing.T) {
|
||||
assert.NoError(t, err)
|
||||
assert.FileExists(t, path.Join(keystorePath, "warewulf.key"))
|
||||
assert.FileExists(t, path.Join(keystorePath, "warewulf.crt"))
|
||||
assert.FileExists(t, path.Join(keystorePath, "warewulf.rsa.pub"))
|
||||
})
|
||||
|
||||
t.Run("keys exist check", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user