From 341ac65587984332bf49f1ad6960a9480d825080 Mon Sep 17 00:00:00 2001 From: FoxtrotCZ <10333810+foxtrotcz@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:54:11 +0100 Subject: [PATCH] Updates Active24 plugin to API v2 --- 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 2191c2138..7b94c4864 100644 --- a/global/certbot-dns-plugins.json +++ b/global/certbot-dns-plugins.json @@ -10,9 +10,9 @@ "active24": { "name": "Active24", "package_name": "certbot-dns-active24", - "version": "~=1.5.1", + "version": "~=2.0.0", "dependencies": "", - "credentials": "dns_active24_token=\"TOKEN\"", + "credentials": "dns_active24_api_key = \ndns_active24_secret = ", "full_plugin_name": "dns-active24" }, "aliyun": {