Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Support ACME Renewal Information (ARI) #291

Open
ArchangeGabriel opened this issue Mar 8, 2025 · 2 comments
Open

[FR] Support ACME Renewal Information (ARI) #291

ArchangeGabriel opened this issue Mar 8, 2025 · 2 comments

Comments

@ArchangeGabriel
Copy link

Two years ago, Let’s Encrypt announced ARI as way to check whether a certificate should be renewed: https://letsencrypt.org/2023/03/23/improving-resliiency-and-reliability-with-ari/

This is better than trying to renew daily and part of the use case for which this was intended.

Though, I’m not sure if this is in scope for this project. This should be part of the renewal script (see e.g. https://letsencrypt.org/2024/04/25/guide-to-integrating-ari-into-existing-acme-clients/), which is not covered here, but checking ARI is a bit more involved than writing one or two lines of shell script. So maybe acme-tiny could provide a way to check ARI?

@olmari
Copy link

olmari commented Mar 9, 2025

For all of the info parsing "ARI" I can do "manually" (as in an script I run anyhow where Acme-tiny is part of), but one thing I think I can not do is the "replaces" part in the order... https://letsencrypt.org/2024/04/25/guide-to-integrating-ari-into-existing-acme-clients/

@olmari
Copy link

olmari commented Mar 9, 2025

So... for me, as per spirit of Acme-tiny, it would be perfectly enough if I could have command line parameter passing the "replaces" argument with my own scripting for complete ARI support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants