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:
Jonathon Anderson
2026-02-17 14:25:40 -07:00
parent 2cac6b11a6
commit ff1bf8030c
2 changed files with 0 additions and 15 deletions

View File

@@ -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) {