mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
10 lines
423 B
INI
10 lines
423 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 = cloudflare@example.com
|
|
dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234567
|
|
|
|
# With token (comment out both lines above and uncomment below):
|
|
#dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567
|