Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit fbc7126

Browse files
aptalcathelamer
authored andcommitted
update cloudflare.ini with token info
1 parent bb029fc commit fbc7126

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
287287

288288
## Versions
289289

290+
* **13.04.20:** - Update cloudflare.ini with token info.
290291
* **11.03.20:** - Add php7-sodium.
291292
* **06.03.20:** - Implement cert renewal attempt during container start (only if the cert is already expired or will expire within the next 24 hours, otherwise it will be attempted at 2:08am).
292293
* **05.03.20:** - Use port and proto upstream variables for ldap and default sample confs.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ app_setup_nginx_reverse_proxy_block: ""
125125

126126
# changelog
127127
changelogs:
128+
- { date: "13.04.20:", desc: "Update cloudflare.ini with token info." }
128129
- { date: "11.03.20:", desc: "Add php7-sodium." }
129130
- { date: "06.03.20:", desc: "Implement cert renewal attempt during container start (only if the cert is already expired or will expire within the next 24 hours, otherwise it will be attempted at 2:08am)." }
130131
- { date: "05.03.20:", desc: "Use port and proto upstream variables for ldap and default sample confs." }

root/defaults/dns-conf/cloudflare.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Instructions: https://github.com/certbot/certbot/blob/master/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py#L20
22
# Replace with your values
3+
4+
# With global api key:
35
dns_cloudflare_email = [email protected]
46
dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234567
7+
8+
# With token (comment out both lines above and uncomment below):
9+
#dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567

0 commit comments

Comments
 (0)