10 lines
409 B
INI
10 lines
409 B
INI
# Instructions: https://github.com/certbot/certbot/blob/master/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py#L20
|
|
# Replace with your values
|
|
|
|
# With global api key:
|
|
dns_cloudflare_email = core@e3t.cc
|
|
dns_cloudflare_api_key = a1530a378d099f096a3656121a307f738ab20
|
|
|
|
# With token (comment out both lines above and uncomment below):
|
|
#dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567
|