Skip to content

Commit 3362044

Browse files
authored
Add support for certbot-dns-multi
1 parent fd30cfe commit 3362044

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,17 @@ directadmin_password = aSuperStrongPassword`,
191191
dns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55`,
192192
full_plugin_name: 'dns-dnsmadeeasy',
193193
},
194+
dnsmulti: {
195+
display_name: 'DnsMulti',
196+
package_name: 'certbot-dns-multi',
197+
version_requirement: '~=4.9',
198+
dependencies: '',
199+
credentials: `# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings
200+
# Example provider configuration for DreamHost
201+
# dns_multi_provider = dreamhost
202+
# DREAMHOST_API_KEY = ABCDEFG1234`,
203+
full_plugin_name: 'dns-multi',
204+
},
194205
//####################################################//
195206
dnspod: {
196207
display_name: 'DNSPod',

0 commit comments

Comments
 (0)