parent
5a325c23d7
commit
1951ed1c16
4
ca.conf
4
ca.conf
|
@ -175,7 +175,7 @@ basicConstraints = CA:FALSE
|
|||
extendedKeyUsage = clientAuth, serverAuth
|
||||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
nsCertType = client
|
||||
nsComment = "Kube Scheduler Certificate"
|
||||
nsComment = "Kube API Server Certificate"
|
||||
subjectAltName = @kube-api-server_alt_names
|
||||
subjectKeyIdentifier = hash
|
||||
|
||||
|
@ -203,4 +203,4 @@ extendedKeyUsage = clientAuth
|
|||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
nsCertType = client
|
||||
nsComment = "Admin Client Certificate"
|
||||
subjectKeyIdentifier = hash
|
||||
subjectKeyIdentifier = hash
|
||||
|
|
Loading…
Reference in New Issue