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.
1 parent 209c1b3 commit 1c84eaaCopy full SHA for 1c84eaa
global/certbot-dns-plugins.json
@@ -167,6 +167,14 @@
167
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
168
"full_plugin_name": "dns-eurodns"
169
},
170
+ "freedns": {
171
+ "name": "FreeDNS",
172
+ "package_name": "certbot-dns-freedns",
173
+ "version": "~=0.1.0",
174
+ "dependencies": "",
175
+ "credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
176
+ "full_plugin_name": "dns-freedns"
177
+ },
178
"gandi": {
179
"name": "Gandi Live DNS",
180
"package_name": "certbot_plugin_gandi",
0 commit comments