Skip to content

Commit 86476d8

Browse files
authored
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.
1 parent 54d463a commit 86476d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

global/certbot-dns-plugins.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@
322322
"inwx": {
323323
"name": "INWX",
324324
"package_name": "certbot-dns-inwx",
325-
"version": "~=2.1.2",
326-
"dependencies": "",
327-
"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",
325+
"version": "~=3.0.3",
326+
"dependencies": "inwx-domrobot>=3.2.0",
327+
"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",
328328
"full_plugin_name": "dns-inwx"
329329
},
330330
"ionos": {

0 commit comments

Comments
 (0)