diff options
Diffstat (limited to 'certbot-dns-cloudflare/templates')
| -rw-r--r-- | certbot-dns-cloudflare/templates/cred.conf.j2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/certbot-dns-cloudflare/templates/cred.conf.j2 b/certbot-dns-cloudflare/templates/cred.conf.j2 index 73db188..648cfd2 100644 --- a/certbot-dns-cloudflare/templates/cred.conf.j2 +++ b/certbot-dns-cloudflare/templates/cred.conf.j2 @@ -1,2 +1,4 @@ -dns_cloudflare_email = {{certbot_dns_cloudflare_email}} -dns_cloudflare_api_key = {{certbot_dns_cloudflare_api_key}} +# Cloudflare credentials for the certbot DNS-01 challenge. +# Scoped API Token (Zone:DNS:Edit on the relevant zones) — see the +# "TLS / SSL Certificates" section of the rpi playbook README. +dns_cloudflare_api_token = {{certbot_dns_cloudflare_api_token}} |
