From 03fd292c610de28dd57ff3cbdb4b13dd3cad8d1b Mon Sep 17 00:00:00 2001 From: Marc <7147324+pustekuchen91@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:41:30 +0100 Subject: [PATCH 1/2] use latest certbot-dns-cpanel version this allows to use token for authentication --- global/certbot-dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 606e7083..0c108642 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -74,9 +74,9 @@ "cpanel": { "name": "cPanel", "package_name": "certbot-dns-cpanel", - "version": "~=0.2.2", + "version": "~=0.4.0", "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 = your_username\ncpanel_password = your_password\ncpanel_token = your_api_token", "full_plugin_name": "cpanel" }, "desec": { From ccd69c88676c36ad4f6a6560b69e3a5a4ce18863 Mon Sep 17 00:00:00 2001 From: jc21 Date: Mon, 30 Jun 2025 13:52:07 +1000 Subject: [PATCH 2/2] Update certbot-dns-plugins.json --- 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 d0f993ab..65e45f3a 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -103,7 +103,7 @@ "credentials": "dns_corenetworks_username = asaHB12r\ndns_corenetworks_password = secure_password", "full_plugin_name": "dns-corenetworks" }, - "cpanel": { + "cpanel": { "name": "cPanel", "package_name": "certbot-dns-cpanel", "version": "~=0.4.0",