Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion data/clients.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastmod": "2025-09-05",
"lastmod": "2026-05-09",
"categories": [
"Bash",
"C",
Expand Down Expand Up @@ -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"
}
}
]
}