From 6b322582b9d74d96187915c7c9d8c9ce405af7c6 Mon Sep 17 00:00:00 2001 From: dupsatou Date: Mon, 8 Dec 2025 09:45:11 -0600 Subject: [PATCH] Add Hurricane Electric DDNS plugin configuration Add support for dns verification using Hurricane Electric DDNS credentials as a more secure way over account root credentials. More information available here: https://github.com/mafredri/certbot-dns-he-ddns --- 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 4eadd078a..fa0afbb38 100644 --- a/backend/certbot/dns-plugins.json +++ b/backend/certbot/dns-plugins.json @@ -295,6 +295,14 @@ "credentials": "dns_he_user = Me\ndns_he_pass = my HE password", "full_plugin_name": "dns-he" }, + "he-ddns": { + "name": "Hurricane Electric - DDNS", + "package_name": "certbot-dns-he-ddns", + "version": "~=0.1.0", + "dependencies": "", + "credentials": "dns_he_ddns_password = verysecurepassword", + "full_plugin_name": "dns-he-ddns" + }, "hetzner": { "name": "Hetzner", "package_name": "certbot-dns-hetzner",