Charles Moulliard
Charles Moulliard
> Here's my config Can you also share the ChallengeRequest created by the Cert Manager as the ACME webhook [extracts](https://github.com/snowdrop/godaddy-webhook/blob/main/main.go) the information from what we got from the challenge using...
> Can you also share the ChallengeRequest created by the Cert Manager This is an object that you can get using "kubectl get ChallengeRequest" @PTaylour
Sorry. My fault, I was referring to `Challenge` which is created from `CertificateRequest` -> `order` -> `challenge` (see: https://cert-manager.io/docs/concepts/acme-orders-challenges/)
> I am using cert-manager with my AKS cluster to generate Lets Encrypt certificates for my database using this webhook. Facing issue with certificate generation with error: secret not found...
> Does anyone know whats the problem? Can you check the content of the challenge and paste here please (see: https://cert-manager.io/docs/troubleshooting/acme/#3-troubleshooting-challenges) ?
> Dear @cmoulliard, Sure i will provide full details. Can you format your YAML files please using fenced code block https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks ?
I think that you should go trough the list of the resources created by the cert manager to see if another error has been reported as events (= kubectl describe...
> The certificate resource indicates that some secret is missing but I don't know what dose it means. This message happens (if I dont say something wrong) when no secret...
> dose that have anything to do with that ? do I need to open any ports? Maybe if HTTP traffic is blocked between your VM running the kube cluster...
> Can you check on godaddy web site if a TXT record containing the ACME challenge for your domain name (see discussion https://stackoverflow.com/questions/63346728/issuing-certificate-as-secret-does-not-exist) exists ? Can you check the following...