Skip to content

Add support for certbot-dns-multi #2402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions global/certbot-dns-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,17 @@ directadmin_password = aSuperStrongPassword`,
dns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55`,
full_plugin_name: 'dns-dnsmadeeasy',
},
dnsmulti: {
display_name: 'DnsMulti',
package_name: 'certbot-dns-multi',
version_requirement: '~=4.9',
dependencies: '',
credentials: `# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings
# Example provider configuration for DreamHost
# dns_multi_provider = dreamhost
# DREAMHOST_API_KEY = ABCDEFG1234`,
full_plugin_name: 'dns-multi',
},
//####################################################//
dnspod: {
display_name: 'DNSPod',
Expand Down