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 bfbf751 + 1c84eaa commit 5aff969Copy full SHA for 5aff969
global/certbot-dns-plugins.json
@@ -175,6 +175,14 @@
175
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
176
"full_plugin_name": "dns-eurodns"
177
},
178
+ "freedns": {
179
+ "name": "FreeDNS",
180
+ "package_name": "certbot-dns-freedns",
181
+ "version": "~=0.1.0",
182
+ "dependencies": "",
183
+ "credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
184
+ "full_plugin_name": "dns-freedns"
185
+ },
186
"gandi": {
187
"name": "Gandi Live DNS",
188
"package_name": "certbot_plugin_gandi",
0 commit comments