From 54678bdb2fa6f0ed0ffc7827b04fcdeb97d50d85 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 9 May 2026 21:19:57 +0800 Subject: [PATCH] Update clients.json --- data/clients.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index fbd4b9df6..b703954c5 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2025-09-05", + "lastmod": "2026-05-09", "categories": [ "Bash", "C", @@ -918,6 +918,17 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "CoyoteCert", + "url": "https://github.com/blendbyte/CoyoteCert", + "category": "PHP", + "comments": "Modern PHP 8.3+ ACME v2 client. Supports HTTP-01, DNS-01, TLS-ALPN-01, wildcards, IP SANs (RFC 8738), EAB, ARI (RFC 9773), and ACME profiles.", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true", + "TLS-ALPN-01": "true" + } } ] }