From 57858ceefbbac6d2c814573caf7ab8ce19a4be81 Mon Sep 17 00:00:00 2001 From: mobilandi <38279246+mobilandi@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:19:09 +0200 Subject: [PATCH 1/3] Update All-Inkl (kas) DNS plugin to certbot-dns-kas ~=1.0 --- backend/certbot/dns-plugins.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index dd124edf9d..a003c94de2 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -376,13 +376,13 @@ "full_plugin_name": "dns-joker" }, "kas": { - "name": "All-Inkl", - "package_name": "certbot-dns-kas", - "version": "~=0.1.1", - "dependencies": "kasserver", - "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password", - "full_plugin_name": "dns-kas" - }, + "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password", + "dependencies": "", + "full_plugin_name": "dns-kas", + "name": "All-Inkl", + "package_name": "certbot-dns-kas", + "version": "~=1.0" + }, "leaseweb": { "name": "LeaseWeb", "package_name": "certbot-dns-leaseweb", From 4a2d3536f693de369de2f71626d5eb29641009a5 Mon Sep 17 00:00:00 2001 From: mobilandi <38279246+mobilandi@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:21:01 +0200 Subject: [PATCH 2/3] Reorder credentials and dependencies for dns-kas --- backend/certbot/dns-plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index a003c94de2..e933112866 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -376,12 +376,12 @@ "full_plugin_name": "dns-joker" }, "kas": { - "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password", - "dependencies": "", - "full_plugin_name": "dns-kas", "name": "All-Inkl", "package_name": "certbot-dns-kas", "version": "~=1.0" + "dependencies": "", + "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password", + "full_plugin_name": "dns-kas", }, "leaseweb": { "name": "LeaseWeb", From d992e649f13c9960fd16485fca5b23509a4428d9 Mon Sep 17 00:00:00 2001 From: mobilandi <38279246+mobilandi@users.noreply.github.com> Date: Sat, 6 Jun 2026 22:38:53 +0200 Subject: [PATCH 3/3] Fix formatting in dns-plugins.json for kas plugin commas in wrong positions --- backend/certbot/dns-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index da538ea731..ea5bcae603 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -418,10 +418,10 @@ "kas": { "name": "All-Inkl", "package_name": "certbot-dns-kas", - "version": "~=1.0" + "version": "~=1.0", "dependencies": "", "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password", - "full_plugin_name": "dns-kas", + "full_plugin_name": "dns-kas" }, "leaseweb": { "credentials": "dns_leaseweb_api_token = 01234556789",