Skip to content

Commit 77061a7

Browse files
authored
Update certbot-dns-plugins.json
I've tried multi times failed, and I found that show be a 'space break' ahead & after the equal mark... So the correct script should be "dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567", instead of "dns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567"
1 parent f327c1e commit 77061a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/certbot-dns-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"package_name": "certbot-dns-cloudflare",
6161
"version": "=={{certbot-version}}",
6262
"dependencies": "cloudflare==4.0.* acme=={{certbot-version}}",
63-
"credentials": "# Cloudflare API token\ndns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567",
63+
"credentials": "# Cloudflare API token\ndns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567",
6464
"full_plugin_name": "dns-cloudflare"
6565
},
6666
"cloudns": {

0 commit comments

Comments
 (0)