Skip to content

Commit

Permalink
fix(cert-manager): use DNS-01 challenges, instead of HTTP-01 chal…
Browse files Browse the repository at this point in the history
…lenges
  • Loading branch information
sid-maddy committed Sep 1, 2024
1 parent 0621e62 commit 9ecf434
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ metadata:

spec:
acme:
email: [email protected]
email: [email protected]
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-issuer-account-key
solvers:
- http01:
ingress:
ingressClassName: nginx
- dns01:
cloudflare:
email: [email protected]
apiTokenSecretRef:
name: cloudflare
key: token

0 comments on commit 9ecf434

Please sign in to comment.