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 25a26d6 commit 2cee211Copy full SHA for 2cee211
global/certbot-dns-plugins.json
@@ -191,6 +191,14 @@
191
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
192
"full_plugin_name": "dns-eurodns"
193
},
194
+ "firstdomains": {
195
+ "name": "First Domains",
196
+ "package_name": "certbot-dns-firstdomains",
197
+ "version": ">=1.0",
198
+ "dependencies": "",
199
+ "credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword",
200
+ "full_plugin_name": "dns-firstdomains"
201
+ },
202
"freedns": {
203
"name": "FreeDNS",
204
"package_name": "certbot-dns-freedns",
0 commit comments