Skip to content

Commit d20873d

Browse files
authored
Add bunny.net DNS to DNS challenges
- Add support for bunny.net DNS challenges using @mwt's certbot-dns-bunny plugin.
1 parent 2a06384 commit d20873d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

+10
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ dns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf274462
6666
full_plugin_name: 'dns-azure',
6767
},
6868
//####################################################//
69+
bunny: {
70+
display_name: 'bunny.net',
71+
package_name: 'certbot-dns-bunny',
72+
version_requirement: '~=0.0.9',
73+
dependencies: '',
74+
credentials: `# Bunny API token used by Certbot (see https://dash.bunny.net/account/settings)
75+
dns_bunny_api_key = xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx`,
76+
full_plugin_name: 'dns-bunny',
77+
},
78+
//####################################################//
6979
cloudflare: {
7080
display_name: 'Cloudflare',
7181
package_name: 'certbot-dns-cloudflare',

0 commit comments

Comments
 (0)