Add subjectAltName to calico-apiserver certificate (#8907)

* Add AltName to calico-apiserver certificate

* fix support for centos7 openssl
This commit is contained in:
vanyasvl
2022-06-06 17:38:23 +03:00
committed by GitHub
parent b2346cdaec
commit a4f752fb02
2 changed files with 8 additions and 1 deletions

View File

@@ -18,3 +18,10 @@ basicConstraints = CA:TRUE
keyUsage = cRLSign, digitalSignature, keyCertSign
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer
[ ssl_client_apiserver ]
extendedKeyUsage = clientAuth, serverAuth
basicConstraints = CA:FALSE
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer
subjectAltName = DNS:calico-api.calico-apiserver.svc