fix: SSH Configuation for Kube API Server

Name mismatch on the extesions.
This commit is contained in:
Khalifah Shabazz
2025-06-01 23:23:28 -04:00
parent 2789e8ce42
commit 1889697098
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ extendedKeyUsage = clientAuth, serverAuth
keyUsage = critical, digitalSignature, keyEncipherment
nsCertType = client, server
nsComment = "Kube API Server Certificate"
subjectAltName = @kube-api-server_alt_names
subjectAltName = @kube-apiserver_alt_names
subjectKeyIdentifier = hash
[kube-apiserver_alt_names]