mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-18 02:38:58 +03:00
Update ca.conf
chore: update nsComment for kube-api-server certificate
This commit is contained in:
2
ca.conf
2
ca.conf
@@ -175,7 +175,7 @@ basicConstraints = CA:FALSE
|
|||||||
extendedKeyUsage = clientAuth, serverAuth
|
extendedKeyUsage = clientAuth, serverAuth
|
||||||
keyUsage = critical, digitalSignature, keyEncipherment
|
keyUsage = critical, digitalSignature, keyEncipherment
|
||||||
nsCertType = client
|
nsCertType = client
|
||||||
nsComment = "Kube Scheduler Certificate"
|
nsComment = "Kube API Server Certificate"
|
||||||
subjectAltName = @kube-api-server_alt_names
|
subjectAltName = @kube-api-server_alt_names
|
||||||
subjectKeyIdentifier = hash
|
subjectKeyIdentifier = hash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user