September 2019
Intermediate to advanced
668 pages
15h 59m
English
To provision a certificate from Let's Encrypt production environment, instead of the staging environment, we have to change the issuer in the ingress definition and then apply the updated definition. Perform the following steps:
certmanager.k8s.io/issuer: "letsencrypt-issuer-staging"
The preceding code should now be as follows:
certmanager.k8s.io/issuer: "letsencrypt-issuer-prod"
kubectl apply -f kubernetes/services/base/ingress-edge-server-ngrok.yml