From 27c8aac3cf88ed3453846bf4fe2de468710f6e4e Mon Sep 17 00:00:00 2001 From: Vincent Cisel Date: Mon, 16 Mar 2026 11:48:24 +0100 Subject: [PATCH 1/2] Fix EuroDNS API endpoint URL Update the dns_eurodns_endpoint variable to the correct production address to ensure successful API requests. --- backend/certbot/dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 8f592f66db..8079971957 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -228,7 +228,7 @@ "package_name": "certbot-dns-eurodns", "version": "~=0.0.4", "dependencies": "", - "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy", + "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/", "full_plugin_name": "dns-eurodns" }, "firstdomains": { From eed821a207a22c888675f576a6306373d451ba5b Mon Sep 17 00:00:00 2001 From: Vincent Cisel Date: Wed, 18 Mar 2026 13:11:32 +0100 Subject: [PATCH 2/2] Fix dns_eurodns supported version --- backend/certbot/dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 8079971957..faf9cab5dd 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -226,7 +226,7 @@ "eurodns": { "name": "EuroDNS", "package_name": "certbot-dns-eurodns", - "version": "~=0.0.4", + "version": "~=1.8.2", "dependencies": "", "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/", "full_plugin_name": "dns-eurodns"