Requirement:
We need to create tls secrets in Kubernetes for our oracle OCI balancer. Refer doc. However, the command only accepts key and cert files."kubectl create secret tls ssl-certificate-secret --key tls.key --cert tls.crt"
There is no option to add the CA certificate file here.
No comments:
Post a Comment