diff --git a/data/clients.json b/data/clients.json index 6598ca0c8c..70d755a28c 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2025-02-20", + "lastmod": "2025-04-29", "categories": [ "Bash", "C", @@ -849,6 +849,17 @@ "library": "Rust", "library_url": "https://github.com/n0-computer/tokio-rustls-acme", "comments": "is an easy-to-use, async ACME client library for rustls" + }, + { + "name": "simple-acme", + "url": "https://www.simple-acme.com", + "category": "Windows / IIS", + "comments": "Spiritual successor to win-acme, also works on Linux!", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true", + "TLS-ALPN-01": "true" + } } ] }