From 39f48364859b3eebb7d12f1b62ce9bb3bbfae228 Mon Sep 17 00:00:00 2001 From: Setrin Date: Tue, 30 Jan 2024 20:57:19 +0100 Subject: [PATCH 1/3] Updated certbot-dns-webstorm plugin to 2.0.1 --- 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 a86d0719..eb620b95 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -418,7 +418,7 @@ "websupportsk": { "name": "Websupport.sk", "package_name": "certbot-dns-websupportsk", - "version": "~=0.1.6", + "version": "~=2.0.1", "dependencies": "", "credentials": "dns_websupportsk_api_key = \ndns_websupportsk_secret = \ndns_websupportsk_domain = example.com", "full_plugin_name": "dns-websupportsk" From a94660120f2870dfaef7a96f05483d160fcecfa0 Mon Sep 17 00:00:00 2001 From: Setrin Date: Tue, 30 Jan 2024 22:17:33 +0100 Subject: [PATCH 2/3] Renamed certbot-dns-websupportsk plugin to certbot-dns-websupport & updatedcredentials --- global/certbot-dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index eb620b95..77d0db7f 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -417,10 +417,10 @@ }, "websupportsk": { "name": "Websupport.sk", - "package_name": "certbot-dns-websupportsk", + "package_name": "certbot-dns-websupport", "version": "~=2.0.1", "dependencies": "", - "credentials": "dns_websupportsk_api_key = \ndns_websupportsk_secret = \ndns_websupportsk_domain = example.com", + "credentials": "dns_websupport_identifier = \ndns_websupport_secret_key = ", "full_plugin_name": "dns-websupportsk" } } From 5b53825ccb505fcda03fc4da846cea11cda09ae4 Mon Sep 17 00:00:00 2001 From: Setrin Date: Tue, 30 Jan 2024 22:46:05 +0100 Subject: [PATCH 3/3] Fixed certbot-dns-websupport plugin name --- global/certbot-dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/certbot-dns-plugins.json b/global/certbot-dns-plugins.json index 77d0db7f..af494036 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -415,12 +415,12 @@ "credentials": "dns_vultr_key = YOUR_VULTR_API_KEY", "full_plugin_name": "dns-vultr" }, - "websupportsk": { + "websupport": { "name": "Websupport.sk", "package_name": "certbot-dns-websupport", "version": "~=2.0.1", "dependencies": "", "credentials": "dns_websupport_identifier = \ndns_websupport_secret_key = ", - "full_plugin_name": "dns-websupportsk" + "full_plugin_name": "dns-websupport" } }