mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Update letsencrypt-production.yaml
This commit is contained in:
parent
18f55697cc
commit
84c769f96a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue