Skip to content

Commit

Permalink
deploy(cert-manager): decouple letsencrypt from letsencrypt-prod elif…
Browse files Browse the repository at this point in the history
…esciences/issues9056
  • Loading branch information
scottaubrey committed Nov 12, 2024
1 parent 260ba7e commit a5c579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/infra/cert-manager/letsencrypt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
server: https://acme-v02.api.letsencrypt.org/directory
email: [email protected]
privateKeySecretRef:
name: letsencrypt-prod
name: letsencrypt
solvers:
- dns01:
route53: {}

0 comments on commit a5c579e

Please sign in to comment.