From 1b2ec083a6a5f5815edd69108938869c8172c75f Mon Sep 17 00:00:00 2001 From: Todd Hall Date: Mon, 17 Aug 2026 00:07:40 -0400 Subject: [PATCH] Add acme-agent to clients list --- data/clients.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/clients.json b/data/clients.json index 753982bac..116e12166 100644 --- a/data/clients.json +++ b/data/clients.json @@ -905,6 +905,17 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "acme-agent", + "url": "https://github.com/tmhal5l13/acme-agent", + "category": "Go", + "comments": "Centralized renewal hub for organizations not running Kubernetes: DNS provider credentials stay on one hub, each spoke generates its own key and drives its own ACME order via DNS-01, relayed through the hub.", + "challenges": { + "HTTP-01": "false", + "DNS-01": "true", + "TLS-ALPN-01": "false" + } } ] }