Skip to content

Commit ba900e7

Browse files
committed
Adds renewc client to clients.json
My client [`renewc`](https://github.com/dvdsk/renewc) has reached the point where I am quite happy with it, so I am releasing it to the world now. I think it fits on this list. It uses InstantACME (rust lib, on the list already) internally. The client compiles to a fully static binary that can be deployed without install (it has zero runtime dependencies not even a libc minimum version). It provides an install command that copies the binary somewhere safe and sets up a systemd service and timer for renewal. Renewal is checked every day (without api call). When the certificate gets close to expiry it is renewed. The point at which it does renewal is slightly random as required by letsencrypt.
1 parent c1e2eea commit ba900e7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

data/clients.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastmod": "2024-11-12",
2+
"lastmod": "2024-12-23",
33
"categories": [
44
"Bash",
55
"C",
@@ -860,6 +860,18 @@
860860
"library": "Rust",
861861
"library_url": "https://github.com/n0-computer/tokio-rustls-acme",
862862
"comments": "is an easy-to-use, async ACME client library for rustls"
863-
}
863+
},
864+
{
865+
"name": "renewc",
866+
"url": "https://github.com/dvdsk/renewc",
867+
"category": "Rust",
868+
"challenges": {
869+
"HTTP-01": "true",
870+
"DNS-01": "false",
871+
"TLS-SNI-01": "false",
872+
"TLS-SNI-02": "false"
873+
},
874+
"comments": "Easy certificate tool: helpful diagnostics, no requirements, no installation needed"
875+
}
864876
]
865877
}

0 commit comments

Comments
 (0)