mirror of
https://git.anonymousland.org/anonymousland/infrastructure.git
synced 2025-02-12 03:11:26 -05:00
![NebulaOnion](/assets/img/avatar_default.png)
Co-authored-by: NebulaOnion <nebulaonion@tutanota.com> Reviewed-on: https://git.anonymousland.org/anonymousland/infrastructure/pulls/5
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
|