I am using DigitalOcean’s managed K8 service. I also installed CertManager and Ingress service. I go through the process to get a certificate issued by letsencrypt. But when I try to validate the cert I get the following issue:
error 20 at 0 depth lookup: unable to get local issuer certificate
How do I troubleshoot or fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Here is my issuer manifest
Hi there,
I could suggest first checking the logs to see if you would get any more information on the error:
Also, verify that the Cert-Manager Pods are up and running:
Along with the output of the above commands, can you share your
Issuer
manifest file here?- Bobby