From e42e2acf12b189db680f53255096a9e3bfef517f Mon Sep 17 00:00:00 2001 From: hywax Date: Wed, 7 Feb 2024 13:12:20 +0500 Subject: [PATCH 1/2] Add DNS Provider TimeWeb Cloud --- 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 a86d07195..491ef051e 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -391,6 +391,14 @@ "credentials": "dns_strato_username = user\ndns_strato_password = pass\n# uncomment if youre using two factor authentication:\n# dns_strato_totp_devicename = 2fa_device\n# dns_strato_totp_secret = 2fa_secret\n#\n# uncomment if domain name contains special characters\n# insert domain display name as seen on your account page here\n# dns_strato_domain_display_name = my-punicode-url.de\n#\n# if youre not using strato.de or another special endpoint you can customise it below\n# you will probably only need to adjust the host, but you can also change the complete endpoint url\n# dns_strato_custom_api_scheme = https\n# dns_strato_custom_api_host = www.strato.de\n# dns_strato_custom_api_port = 443\n# dns_strato_custom_api_path = \"/apps/CustomerService\"", "full_plugin_name": "dns-strato" }, + "timeweb": { + "name": "Timeweb Cloud", + "package_name": "certbot-dns-timeweb", + "version": "~=1.0.0", + "dependencies": "", + "credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX", + "full_plugin_name": "dns-timeweb" + }, "transip": { "name": "TransIP", "package_name": "certbot-dns-transip", From 577954ef8cc66a876d768edd2fbccbebf3236f93 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 8 Feb 2024 03:20:53 +0500 Subject: [PATCH 2/2] Bump version DNS Provider TimeWeb Cloud --- 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 491ef051e..26db9643a 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -394,7 +394,7 @@ "timeweb": { "name": "Timeweb Cloud", "package_name": "certbot-dns-timeweb", - "version": "~=1.0.0", + "version": "~=1.0.1", "dependencies": "", "credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX", "full_plugin_name": "dns-timeweb"