Skip to content

Commit c62c095

Browse files
authored
Merge pull request #3643 from starsoccer/patch-1
Add DNS multi
2 parents 09bcf40 + b135527 commit c62c095

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
@@ -127,6 +127,14 @@
127127
"credentials": "dns_dnsmadeeasy_api_key = 1c1a3c91-4770-4ce7-96f4-54c0eb0e457a\ndns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55",
128128
"full_plugin_name": "dns-dnsmadeeasy"
129129
},
130+
"dnsmulti": {
131+
"name": "DnsMulti",
132+
"package_name": "certbot-dns-multi",
133+
"version": "~=4.9",
134+
"dependencies": "",
135+
"credentials": "# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234",
136+
"full_plugin_name": "dns-multi"
137+
},
130138
"dnspod": {
131139
"name": "DNSPod",
132140
"package_name": "certbot-dns-dnspod",

0 commit comments

Comments
 (0)