Skip to content

Commit

Permalink
Merge pull request #4112 from prospo/develop
Browse files Browse the repository at this point in the history
feat: Add leaseweb to certbot-dns-plugins
  • Loading branch information
jc21 authored Oct 30, 2024
2 parents 17246e4 + 1c1cee3 commit 25a26d6
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 @@ -303,6 +303,14 @@
"credentials": "dns_joker_username = <Dynamic DNS Authentication Username>\ndns_joker_password = <Dynamic DNS Authentication Password>\ndns_joker_domain = <Dynamic DNS Domain>",
"full_plugin_name": "dns-joker"
},
"leaseweb": {
"name": "LeaseWeb",
"package_name": "certbot-dns-leaseweb",
"version": "~=1.0.1",
"dependencies": "",
"credentials": "dns_leaseweb_api_token = 01234556789",
"full_plugin_name": "dns-leaseweb"
},
"linode": {
"name": "Linode",
"package_name": "certbot-dns-linode",
Expand Down

0 comments on commit 25a26d6

Please sign in to comment.