From fc9a9ad2c2ffe32d1d1179bbb5dc4160ece180de Mon Sep 17 00:00:00 2001 From: Lauri Rooden Date: Wed, 18 Feb 2026 22:51:13 +0200 Subject: [PATCH] Add certx.sh to clients list --- data/clients.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 5a058d85f..268907a87 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2025-09-05", + "lastmod": "2026-02-18", "categories": [ "Bash", "C", @@ -918,6 +918,18 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "certx.sh", + "url": "https://certx.sh", + "category": "Bash", + "comments": "~500 lines of POSIX shell includes DNS/PERSIST/HTTP challenges, multi-server deployment (ssh/ftp), account rollover/deactivation, EAB, wildcard/ip/shortlived certs", + "challenges": { + "DNS-01": "true", + "DNS-PERSIST-01": "true", + "HTTP-01": "true" + }, + "last_commit": 1771447492 } ] }