Skip to content

Commit

Permalink
Update issuer-prod.yaml to switch from HTTP-01 to DNS-01 solver using…
Browse files Browse the repository at this point in the history
… Cloudflare for Let's Encrypt certificates.
  • Loading branch information
SonOfLope committed Nov 10, 2024
1 parent 42fe676 commit e41f7f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions system/cert-manager/issuers/issuer-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
name: letsencrypt-prod
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: contour
- dns01:
cloudflare:
apiTokenSecretRef:
name: cloudflare-api-token-secret
key: api-token

0 comments on commit e41f7f2

Please sign in to comment.