Skip to content

Commit 5e35e53

Browse files
authored
Merge pull request #3815 from alexjsp/alex/hover-dns-plugin
Add Hover.com DNS plugin
2 parents d3a654b + 13fec42 commit 5e35e53

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
@@ -239,6 +239,14 @@
239239
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
240240
"full_plugin_name": "dns-hetzner"
241241
},
242+
"hover": {
243+
"name": "Hover",
244+
"package_name": "certbot-dns-hover",
245+
"version": "~=1.2.1",
246+
"dependencies": "",
247+
"credentials": "dns_hover_hoverurl = https://www.hover.com\ndns_hover_username = hover-admin-username\ndns_hover_password = hover-admin-password\ndns_hover_totpsecret = 2fa-totp-secret",
248+
"full_plugin_name": "dns-hover"
249+
},
242250
"infomaniak": {
243251
"name": "Infomaniak",
244252
"package_name": "certbot-dns-infomaniak",

0 commit comments

Comments
 (0)