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

Signed-off-by: Siddhesh Mhadnak <[email protected]>
  • Loading branch information
sid-maddy committed Sep 14, 2024
1 parent 0621e62 commit 6810af5
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ kind: ClusterIssuer

metadata:
name: letsencrypt
namespace: cert-manager

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 6810af5

Please sign in to comment.