Fix openssl config for kube-api
parent
86d51471b4
commit
d68a41c687
2
ca.conf
2
ca.conf
|
@ -174,7 +174,7 @@ req_extensions = kube-api-server_req_extensions
|
||||||
basicConstraints = CA:FALSE
|
basicConstraints = CA:FALSE
|
||||||
extendedKeyUsage = clientAuth, serverAuth
|
extendedKeyUsage = clientAuth, serverAuth
|
||||||
keyUsage = critical, digitalSignature, keyEncipherment
|
keyUsage = critical, digitalSignature, keyEncipherment
|
||||||
nsCertType = client
|
nsCertType = server
|
||||||
nsComment = "Kube API Server Certificate"
|
nsComment = "Kube API Server Certificate"
|
||||||
subjectAltName = @kube-api-server_alt_names
|
subjectAltName = @kube-api-server_alt_names
|
||||||
subjectKeyIdentifier = hash
|
subjectKeyIdentifier = hash
|
||||||
|
|
Loading…
Reference in New Issue