From abca9cc89cb55af32a1ade7b7cdcb017c649a36d Mon Sep 17 00:00:00 2001 From: starsoccer <1938666+starsoccer@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:19:47 -0400 Subject: [PATCH 1/2] Add DNS multi Credit to original PR #2402 --- global/certbot-dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 442abe51..f6ee2894 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -127,6 +127,14 @@ "credentials": "dns_dnsmadeeasy_api_key = 1c1a3c91-4770-4ce7-96f4-54c0eb0e457a\ndns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55", "full_plugin_name": "dns-dnsmadeeasy" }, + "dnsmulti": { + "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\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234", + "full_plugin_name": "dns-multi" + }, "dnspod": { "name": "DNSPod", "package_name": "certbot-dns-dnspod", From b135527347394a48ec5bed5713404bee0a502b10 Mon Sep 17 00:00:00 2001 From: starsoccer <1938666+starsoccer@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:58:47 -0400 Subject: [PATCH 2/2] Fix version key --- global/certbot-dns-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index f6ee2894..71720461 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -130,7 +130,7 @@ "dnsmulti": { "name": "DnsMulti", "package_name": "certbot-dns-multi", - "version_requirement": "~=4.9", + "version": "~=4.9", "dependencies": "", "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", "full_plugin_name": "dns-multi"