We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a06384 commit d20873dCopy full SHA for d20873d
global/certbot-dns-plugins.js
@@ -66,6 +66,16 @@ dns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf274462
66
full_plugin_name: 'dns-azure',
67
},
68
//####################################################//
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
+ //####################################################//
79
cloudflare: {
80
display_name: 'Cloudflare',
81
package_name: 'certbot-dns-cloudflare',
0 commit comments