Skip to content

Commit

Permalink
deploy(cert-manager): configure new cluster issuer with route53 dns r…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 12, 2024
1 parent fb9dac8 commit ebd2c44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions system/infra/cert-manager/letsencrypt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- dns01:
route53: {}

0 comments on commit ebd2c44

Please sign in to comment.