Skip to content

Commit 2cee211

Browse files
authored
add First Domains plugin
1 parent 25a26d6 commit 2cee211

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
@@ -191,6 +191,14 @@
191191
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
192192
"full_plugin_name": "dns-eurodns"
193193
},
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+
},
194202
"freedns": {
195203
"name": "FreeDNS",
196204
"package_name": "certbot-dns-freedns",

0 commit comments

Comments
 (0)