Skip to content

Commit 7f8adc7

Browse files
authored
Merge pull request #4538 from astamminger/add_dns_ddnss_plugin
Add DDNSS to the list of supported Providers for DNS-01 Challenges
2 parents 98d118c + 76be31c commit 7f8adc7

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)