From 2cee211fb03b139748800c2403c674f837f74ed6 Mon Sep 17 00:00:00 2001 From: hatharry Date: Wed, 13 Nov 2024 16:31:59 +1300 Subject: [PATCH 1/9] add First Domains plugin --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 075877744..68d1265c3 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -191,6 +191,14 @@ "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy", "full_plugin_name": "dns-eurodns" }, + "firstdomains": { + "name": "First Domains", + "package_name": "certbot-dns-firstdomains", + "version": ">=1.0", + "dependencies": "", + "credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword", + "full_plugin_name": "dns-firstdomains" + }, "freedns": { "name": "FreeDNS", "package_name": "certbot-dns-freedns", From bf9d9bd43bd220823846b837ba8f22122859be36 Mon Sep 17 00:00:00 2001 From: Michael Heilig Date: Fri, 28 Feb 2025 21:00:36 +0100 Subject: [PATCH 2/9] Fix DomainOffensive certbot plugin In https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4235 the certbot plugin for do.de (Domain Offensive) was updated to use the more official version. One necessary line modification was missed, resulting in an error when creating a new certificate. --- 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 2191c2138..f3871ec46 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -164,7 +164,7 @@ "package_name": "certbot-dns-domainoffensive", "version": "~=2.0.0", "dependencies": "", - "credentials": "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN", + "credentials": "dns_domainoffensive_api_token = YOUR_DO_DE_AUTH_TOKEN", "full_plugin_name": "dns-domainoffensive" }, "domeneshop": { From 078baa255a458fae461965faff8dd963ea3a6efa Mon Sep 17 00:00:00 2001 From: henmohr Date: Mon, 3 Mar 2025 16:40:38 -0300 Subject: [PATCH 3/9] 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 2191c2138..5524a391b 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -51,7 +51,7 @@ "name": "Cloudflare", "package_name": "certbot-dns-cloudflare", "version": "=={{certbot-version}}", - "dependencies": "cloudflare==2.19.* acme=={{certbot-version}}", + "dependencies": "cloudflare==4.0.* acme=={{certbot-version}}", "credentials": "# Cloudflare API token\ndns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567", "full_plugin_name": "dns-cloudflare" }, From 341ac65587984332bf49f1ad6960a9480d825080 Mon Sep 17 00:00:00 2001 From: FoxtrotCZ <10333810+foxtrotcz@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:54:11 +0100 Subject: [PATCH 4/9] Updates Active24 plugin to API v2 --- 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 2191c2138..7b94c4864 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -10,9 +10,9 @@ "active24": { "name": "Active24", "package_name": "certbot-dns-active24", - "version": "~=1.5.1", + "version": "~=2.0.0", "dependencies": "", - "credentials": "dns_active24_token=\"TOKEN\"", + "credentials": "dns_active24_api_key = \ndns_active24_secret = ", "full_plugin_name": "dns-active24" }, "aliyun": { From 18830f81b050549d4ea22a9eff0c5d9367f22e97 Mon Sep 17 00:00:00 2001 From: Andrei Mateescu Date: Thu, 13 Mar 2025 23:47:31 +0200 Subject: [PATCH 5/9] Update the Gandi plugin. --- 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 2191c2138..14925ccfd 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -209,8 +209,8 @@ }, "gandi": { "name": "Gandi Live DNS", - "package_name": "certbot_plugin_gandi", - "version": "~=1.5.0", + "package_name": "certbot-dns-gandi", + "version": "~=1.6.1", "dependencies": "", "credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN", "full_plugin_name": "dns-gandi" From f5879dff6c001914743f977fe978a6f7b9d1d1eb Mon Sep 17 00:00:00 2001 From: Ryan P Date: Thu, 10 Apr 2025 19:56:06 -0400 Subject: [PATCH 6/9] 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 2191c2138..909dd7407 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": { From d9cdb3dc2cafd4b00989c502352553fd4267e4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=8F=E9=B9=8F?= Date: Sun, 11 May 2025 12:45:13 +0800 Subject: [PATCH 7/9] add Baidu as DNS provider --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 2191c2138..97bc79534 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -31,6 +31,14 @@ "credentials": "# This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.\n# Regardless which authentication method used, the identity will need the “DNS Zone Contributor” role assigned to it.\n# As multiple Azure DNS Zones in multiple resource groups can exist, the config file needs a mapping of zone to resource group ID. Multiple zones -> ID mappings can be listed by using the key dns_azure_zoneX where X is a unique number. At least 1 zone mapping is required.\n\n# Using a service principal (option 1)\ndns_azure_sp_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\ndns_azure_sp_client_secret = E-xqXU83Y-jzTI6xe9fs2YC~mck3ZzUih9\ndns_azure_tenant_id = ed1090f3-ab18-4b12-816c-599af8a88cf7\n\n# Using used assigned MSI (option 2)\n# dns_azure_msi_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\n\n# Using system assigned MSI (option 3)\n# dns_azure_msi_system_assigned = true\n\n# Zones (at least one always required)\ndns_azure_zone1 = example.com:/subscriptions/c135abce-d87d-48df-936c-15596c6968a5/resourceGroups/dns1\ndns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf2744622/resourceGroups/dns2", "full_plugin_name": "dns-azure" }, + "baidu": { + "name": "baidu", + "package_name": "certbot-dns-baidu", + "version": "~=0.1.1", + "dependencies": "", + "credentials": "dns_baidu_access_key = 12345678\ndns_baidu_secret_key = 1234567890abcdef1234567890abcdef", + "full_plugin_name": "dns-baidu" + }, "beget": { "name":"Beget", "package_name": "certbot-beget-plugin", From 76be31cf7600f8383e2e03838daa6fafbc570e79 Mon Sep 17 00:00:00 2001 From: "A. Stamminger" Date: Thu, 8 May 2025 17:29:24 +0200 Subject: [PATCH 8/9] Update certbot-dns-plugins.json with dns-ddns plugin This commit extends the global plugin list with the configuration for certbot-dns-ddnss (https://pypi.org/project/certbot-dns-ddnss/), a new plugin providing DNS-01 challenges for ddnss.de --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 2191c2138..5737a4345 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -95,6 +95,14 @@ "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2", "full_plugin_name": "cpanel" }, + "ddnss": { + "name": "DDNSS", + "package_name": "certbot-dns-ddnss", + "version": "~=1.1.0", + "dependencies": "", + "credentials": "dns_ddnss_token = YOUR_DDNSS_API_TOKEN", + "full_plugin_name": "dns-ddnss" + }, "desec": { "name": "deSEC", "package_name": "certbot-dns-desec", From 4fe305520acc33c856b579be070ba1a96aed583b Mon Sep 17 00:00:00 2001 From: vzagorovskiy Date: Mon, 19 May 2025 13:18:58 +0300 Subject: [PATCH 9/9] Added nic.ru dns provider --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 2191c2138..8c4ac00db 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -383,6 +383,14 @@ "credentials": "dns_netcup_customer_id = 123456\ndns_netcup_api_key = 0123456789abcdef0123456789abcdef01234567\ndns_netcup_api_password = abcdef0123456789abcdef01234567abcdef0123", "full_plugin_name": "dns-netcup" }, + "nicru": { + "name": "nic.ru", + "package_name": "certbot-dns-nicru", + "version": "~=1.0.3", + "dependencies": "", + "credentials": "dns_nicru_client_id = application-id\ndns_nicru_client_secret = application-token\ndns_nicru_username = 0001110/NIC-D\ndns_nicru_password = password\ndns_nicru_scope = .+:.+/zones/example.com(/.+)?\ndns_nicru_service = DNS_SERVICE_NAME\ndns_nicru_zone = example.com", + "full_plugin_name": "dns-nicru" + }, "njalla": { "name": "Njalla", "package_name": "certbot-dns-njalla",