Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update certbot-dns-eurodns plugin from 0.0.4 to 1.8.1
- Use the current EuroDNS API over deprecated one
- Switch to new API endpoint
- Resolves 403 errors from old user-api-gateway endpoint
  • Loading branch information
MostFrabjous committed Jul 7, 2025
commit 067e9eafa827b2420dd41d1f5e142d1c55acf95d
4 changes: 2 additions & 2 deletions global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@
"eurodns": {
"name": "EuroDNS",
"package_name": "certbot-dns-eurodns",
"version": "~=0.0.4",
"version": "~=1.8.1",
"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/user-api/dns-zones/",
"full_plugin_name": "dns-eurodns"
},
"firstdomains": {
Expand Down