We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98d118c + 76be31c commit 7f8adc7Copy full SHA for 7f8adc7
global/certbot-dns-plugins.json
@@ -95,6 +95,14 @@
95
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
96
"full_plugin_name": "cpanel"
97
},
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
+ },
106
"desec": {
107
"name": "deSEC",
108
"package_name": "certbot-dns-desec",
0 commit comments