Skip to content

Commit

Permalink
Merge pull request #3764 from ransbachm/develop
Browse files Browse the repository at this point in the history
Fix Cloudflare DNS Auth
jc21 authored May 20, 2024
2 parents 8d80af3 + 516b4d9 commit b383f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"name": "Cloudflare",
"package_name": "certbot-dns-cloudflare",
"version": "=={{certbot-version}}",
"dependencies": "cloudflare acme=={{certbot-version}}",
"dependencies": "cloudflare==2.19.* acme=={{certbot-version}}",
"credentials": "# Cloudflare API token\ndns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567",
"full_plugin_name": "dns-cloudflare"
},

0 comments on commit b383f46

Please sign in to comment.