Skip to content

Commit 98d118c

Browse files
authored
Merge pull request #4540 from hatharry/develop
Add First Domains DNS Provider
2 parents 4fb9354 + 2cee211 commit 98d118c

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
@@ -199,6 +199,14 @@
199199
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
200200
"full_plugin_name": "dns-eurodns"
201201
},
202+
"firstdomains": {
203+
"name": "First Domains",
204+
"package_name": "certbot-dns-firstdomains",
205+
"version": ">=1.0",
206+
"dependencies": "",
207+
"credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword",
208+
"full_plugin_name": "dns-firstdomains"
209+
},
202210
"freedns": {
203211
"name": "FreeDNS",
204212
"package_name": "certbot-dns-freedns",

0 commit comments

Comments
 (0)