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
1 changed files with 3 additions and 3 deletions

View File

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