From f5879dff6c001914743f977fe978a6f7b9d1d1eb Mon Sep 17 00:00:00 2001 From: Ryan P Date: Thu, 10 Apr 2025 19:56:06 -0400 Subject: [PATCH] Update certbot-dns-plugins.json Fix for bug #4429 add cpanel_api_token entry to credentials check. Will still need to update the documentation that the user will need to retrieve the api token from their cPanel. --- 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 2191c213..909dd740 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -92,7 +92,7 @@ "package_name": "certbot-dns-cpanel", "version": "~=0.2.2", "dependencies": "", - "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2", + "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2\ncpanel_api_token = token", "full_plugin_name": "cpanel" }, "desec": {