From 2fb3b1989122de045de426a1a2ea2bfad6323cfb Mon Sep 17 00:00:00 2001 From: Dan Jabbour Date: Tue, 1 Jul 2025 13:12:28 -0400 Subject: [PATCH] Revert "Merge pull request #4574 from tom-kst/develop" This reverts commit 40f22d30c4cb17a2c8251380bb1b5e5a7eb3c70e, reversing changes made to f327c1e825f3049309edbdbe3c0ebd423b51211d. Storing user/password instead of an API token is not a good idea and specifically not recommended by certbot-dns-cloudflare documentation. dns_cloudflare_api_token=abc123 was/is working fine for me. Spaces were intentionally removed in the past by #3781. --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 65e45f3af..3dd67cc8c 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -68,7 +68,7 @@ "package_name": "certbot-dns-cloudflare", "version": "=={{certbot-version}}", "dependencies": "cloudflare==4.0.* acme=={{certbot-version}}", - "credentials": "# Cloudflare API credentials used by Certbot\ndns_cloudflare_email = cloudflare@example.com\ndns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234", + "credentials": "# Cloudflare API token\ndns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567", "full_plugin_name": "dns-cloudflare" }, "cloudns": {