mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-19 03:08:57 +03:00
fix: SSH Configuation for Kube API Server
Name mismatch on the extesions.
This commit is contained in:
2
ca.conf
2
ca.conf
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user