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
14 changes: 13 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-06-02",
"categories": [
"Bash",
"C",
Expand Down Expand Up @@ -918,6 +918,18 @@
"HTTP-01": "true",
"DNS-01": "true"
}
},
{
"name": "acme-client-rs",
"url": "https://github.com/andrico21/acme-client-rs",
"category": "Rust",
"comments": "Single-binary CLI client (RFC 8555) with EAB, ARI (RFC 9773), IP identifiers (RFC 8738), and certificate profiles; experimental DNS-PERSIST-01 support",
"challenges": {
"HTTP-01": "true",
"DNS-01": "true",
"DNS-PERSIST-01": "true",
"TLS-ALPN-01": "true"
}
}
]
}