ahmadzana
ahmadzana
I'm facing the same issue, the created challenge is in a pending state and produces this log. ` Warning PresentError 2m9s (x9 over 23m) cert-manager-challenges Error presenting challenge: the server...
Dear @cmoulliard, Sure i will provide full details. The clusterIssuer ``` yaml apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-prod spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: [email protected] privateKeySecretRef: name: letsencrypt-prod-account-key solvers: -...
> > 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 ? Sorry about that, I've edited...
The certificate resource indicates that some secret is missing but I don't know what dose it means. ``` yaml Name: wildcard-rigt-online Namespace: default Labels: Annotations: API Version: cert-manager.io/v1 Kind: Certificate...
I've tested the entire process across various environments, including a kind cluster and DigitalOcean Managed Kubernetes. I've also experimented with different domains, and each scenario has resulted in the same...