Skip to content

Commit 76be31c

Browse files
committed
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
1 parent 5e66d67 commit 76be31c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@
9595
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
9696
"full_plugin_name": "cpanel"
9797
},
98+
"ddnss": {
99+
"name": "DDNSS",
100+
"package_name": "certbot-dns-ddnss",
101+
"version": "~=1.1.0",
102+
"dependencies": "",
103+
"credentials": "dns_ddnss_token = YOUR_DDNSS_API_TOKEN",
104+
"full_plugin_name": "dns-ddnss"
105+
},
98106
"desec": {
99107
"name": "deSEC",
100108
"package_name": "certbot-dns-desec",

0 commit comments

Comments
 (0)