Add FreeDNS certbot plugin
Info from #2352 and https://github.com/schleuss/certbot_dns_freedns
This commit is contained in:
parent
209c1b3334
commit
1c84eaac02
1 changed files with 8 additions and 0 deletions
|
@ -167,6 +167,14 @@
|
||||||
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
|
"credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
|
||||||
"full_plugin_name": "dns-eurodns"
|
"full_plugin_name": "dns-eurodns"
|
||||||
},
|
},
|
||||||
|
"freedns": {
|
||||||
|
"name": "FreeDNS",
|
||||||
|
"package_name": "certbot-dns-freedns",
|
||||||
|
"version": "~=0.1.0",
|
||||||
|
"dependencies": "",
|
||||||
|
"credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
|
||||||
|
"full_plugin_name": "dns-freedns"
|
||||||
|
},
|
||||||
"gandi": {
|
"gandi": {
|
||||||
"name": "Gandi Live DNS",
|
"name": "Gandi Live DNS",
|
||||||
"package_name": "certbot_plugin_gandi",
|
"package_name": "certbot_plugin_gandi",
|
||||||
|
|
Loading…
Reference in a new issue