HTTPS
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow and install certmanager via helm and tiller:
Create letsencrypt issuers. Change the email address in these files before running this command.
Create an ingress service in namespace human-connection
. Change the domain name according to your needs:
Check the ingress server is working correctly:
If the response looks good, configure your domain registrar for the new IP address and the domain.
Now let's get a valid HTTPS certificate. According to the tutorial above, check your tls certificate for staging:
If everything looks good, update the issuer of your ingress. Change the annotation certmanager.k8s.io/issuer
from letsencrypt-staging
to letsencrypt-prod
in your ingress configuration in ingress.yaml
.
Delete the former secret to force a refresh:
Now, HTTPS should be configured on your domain. Congrats.