Update letsencrypt-production.yaml

This commit is contained in:
tehNooB 2023-10-20 20:22:58 +01:00 committed by GitHub
parent 18f55697cc
commit 84c769f96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,16 @@ metadata:
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: your@email.com
email: your@email.com # add your email
privateKeySecretRef:
name: letsencrypt-production
solvers:
- dns01:
cloudflare:
email: your@email.com
email: your@email.com # add your email to your cloudflare account
apiTokenSecretRef:
name: cloudflare-token-secret
key: cloudflare-token
selector:
dnsZones:
- "your-domain.com"
- "your-domain.com" # change to your zone on CloudFlare