Skip to content

Adds renewc client to clients.json#1806

Closed
yara-blue wants to merge 1 commit into
letsencrypt:mainfrom
yara-blue:patch-1
Closed

Adds renewc client to clients.json#1806
yara-blue wants to merge 1 commit into
letsencrypt:mainfrom
yara-blue:patch-1

Conversation

@yara-blue
Copy link
Copy Markdown

My client 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.

Important

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.
@schoen
Copy link
Copy Markdown
Collaborator

schoen commented Aug 27, 2025

Thanks, I'm including this via #2018.

@schoen schoen closed this Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants