From 86476d88233482a99285cdfc9b1ae02e5908e595 Mon Sep 17 00:00:00 2001 From: Astronach <16743141+Astronach@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:44:39 +0200 Subject: [PATCH] Update inwx dns plugin Update the certbot-inwx-dns plugin from version 2.1.2 to 3.0.2. The new version only relying on the `account.login` and `nameserver.*` methods of the INWX API, thus allowing a constraint of the used API account to only the 'DNS management' role. --- global/certbot-dns-plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 9f8788096..f5d43563f 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -322,9 +322,9 @@ "inwx": { "name": "INWX", "package_name": "certbot-dns-inwx", - "version": "~=2.1.2", - "dependencies": "", - "credentials": "dns_inwx_url = https://api.domrobot.com/xmlrpc/\ndns_inwx_username = your_username\ndns_inwx_password = your_password\ndns_inwx_shared_secret = your_shared_secret optional", + "version": "~=3.0.3", + "dependencies": "inwx-domrobot>=3.2.0", + "credentials": "dns_inwx_url = https://api.domrobot.com/\ndns_inwx_username = your_username\ndns_inwx_password = your_password\ndns_inwx_shared_secret = your_shared_secret optional", "full_plugin_name": "dns-inwx" }, "ionos": {