Dopingus / cert-manager-webhook-dynu

Unofficial cert-manager webhook for dynu
Apache License 2.0
7 stars 7 forks source link

Clusterisssuer does not create secret. #21

Closed MateusDornelles closed 1 year ago

MateusDornelles commented 1 year ago

When i create a clusterisssuer (show bellow) it's not creating the secret (dynu-secret-prod), i don't find any error messages and the clusterissuer appears as READY and with the status The ACME account was registered with the ACME server. Any Ideas on how can i troubleshoot this ? why it's not creating the secret ?

apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-dynu-agtbr-prod spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email: myemail@address.com

privateKeySecretRef: name: acme-privkey-prod

solvers:

Thanks.