From ab883c8934af24936734733ae152490232300dd2 Mon Sep 17 00:00:00 2001 From: lchfj Date: Sun, 16 Aug 2026 11:23:00 +0800 Subject: [PATCH] Add AcmeLib and AcmeTool to clients.json --- data/clients.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 753982bac..fea884b7c 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2026-07-22", + "lastmod": "2026-08-16", "categories": [ "Bash", "C", @@ -905,6 +905,28 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "AcmeLib", + "url": "https://github.com/lchfj/AcmeLib", + "comments": "A modern C# library supporting AOT compilation.", + "library": ".NET", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true", + "Tls-Alpn-01": "true", + "Dns-Persist-01": "true" + } + }, + { + "name": "AcmeTool", + "url": "https://github.com/lchfj/AcmeTool", + "comments": "Cross-platform command-line tool, supporting HTTP-01 and Dns-Persist-01 protocols.", + "category": "Bash", + "challenges": { + "HTTP-01": "true", + "Dns-Persist-01": "true" + } } ] }