Skip to content

Commit

Permalink
Add FreeDNS certbot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Feb 16, 2024
1 parent 209c1b3 commit 1c84eaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"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": {
"name": "Gandi Live DNS",
"package_name": "certbot_plugin_gandi",
Expand Down

0 comments on commit 1c84eaa

Please sign in to comment.