From 779c1d4e794ed06098fbb1527c6bf4356f61063d Mon Sep 17 00:00:00 2001 From: Fabrizio Salmi Date: Tue, 1 Sep 2026 15:31:23 +0200 Subject: [PATCH] Add CertMate to the Server client list CertMate (https://github.com/fabriziosalmi/certmate) is an actively-maintained, MIT-licensed self-hosted certificate lifecycle manager (web UI + REST API) that wraps certbot to automate Let's Encrypt issuance and renewal across 20+ DNS providers. It runs server-side (not browser-based), performs automatic renewals, and jitters the renewal sweeps across a window so instances do not all hit the CA at the same time. --- data/clients.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 753982bace..eae1a91f4b 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2026-07-22", + "lastmod": "2026-08-29", "categories": [ "Bash", "C", @@ -905,6 +905,17 @@ "HTTP-01": "true", "DNS-01": "true" } + }, + { + "name": "CertMate", + "url": "https://github.com/fabriziosalmi/certmate", + "comments": "Self-hosted certificate lifecycle manager (web UI + REST API) automating issuance and renewal across 20+ DNS providers", + "category": "Server", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true" + }, + "last_commit": 1788269394 } ] }