From 9f04a5f98d1692938fe1eeacf183d17312734e05 Mon Sep 17 00:00:00 2001 From: Allen Swope Date: Mon, 15 Jun 2026 16:41:01 -0500 Subject: [PATCH] Add EudaCertMgr to the ACME client list Appends EudaCertMgr (self-hosted, agentless ACME client/orchestrator) to the Server section of data/clients.json and updates the lastmod stamp. --- data/clients.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index fbd4b9df6..e2a991779 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2025-09-05", + "lastmod": "2026-06-15", "categories": [ "Bash", "C", @@ -918,6 +918,11 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "EudaCertMgr", + "url": "https://eudasystems.com/eudacertmgr", + "category": "Server" } ] }