mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
Update ca.conf
chore: update nsComment for kube-api-server certificate
This commit is contained in:
4
ca.conf
4
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
|
||||||
|
|
||||||
@@ -203,4 +203,4 @@ extendedKeyUsage = clientAuth
|
|||||||
keyUsage = critical, digitalSignature, keyEncipherment
|
keyUsage = critical, digitalSignature, keyEncipherment
|
||||||
nsCertType = client
|
nsCertType = client
|
||||||
nsComment = "Admin Client Certificate"
|
nsComment = "Admin Client Certificate"
|
||||||
subjectKeyIdentifier = hash
|
subjectKeyIdentifier = hash
|
||||||
|
|||||||
Reference in New Issue
Block a user