From 55a1e0a4e7ba0d75dd488462f3c180aef20c2286 Mon Sep 17 00:00:00 2001 From: Gert Rue Brigsted Date: Sun, 4 Jan 2026 21:50:47 +0100 Subject: [PATCH] Added support for DNS challenges with Simply.com --- backend/certbot/dns-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/certbot/dns-plugins.json b/backend/certbot/dns-plugins.json index 4eadd078..b5a9859f 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -535,6 +535,14 @@ "credentials": "[default]\naws_access_key_id=AKIAIOSFODNN7EXAMPLE\naws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", "full_plugin_name": "dns-route53" }, + "simply": { + "name": "Simply", + "package_name": "certbot-dns-simply", + "version": "~=0.1.2", + "dependencies": "", + "credentials": "dns_simply_account_name = UExxxxxx\ndns_simply_api_key = DsHJdsjh2812872sahj", + "full_plugin_name": "dns-simply" + }, "spaceship": { "name": "Spaceship", "package_name": "certbot-dns-spaceship",