How to use digicert with nginx-ingress to enable https
问题 I'm trying to use the certificates obtained through digicert to enable https on my nginx-ingress. We've obtained a wildcard certificate and I have the following files. domain_name_2019-2021.csr domain_name_2019-2021.key domain_name_2019-2021.pem DigiCertCA2_2019-2021.pem star_domain_name_2019_2021.pem TrustedRoot.pem I've created the tls secrets by running the following commands kubectl create secret tls tls-secret --key ${KEY_FILE} --cert ${CERT_FILE} And used these secrets in my ingress