uacme
uacme copied to clipboard
ACMEv2 client written in plain C with minimal dependencies
Let's Encrypt has pushed [ACME Renewal Information](https://datatracker.ietf.org/doc/draft-ietf-acme-ari/) (ARI) to [production](https://letsencrypt.org/2023/03/23/improving-resliiency-and-reliability-with-ari.html). ARI basically tells the client when to renew a certificate, whether if it's earlier than usual (when certs need to...
It would be useful if uacme did `setenv("UACME_CONFDIR", confdir, 1);` somewhere early in `main` so hook scripts that want to keep their own configuration in the same directory structure could...
I am trying to select the [Let's Encrypt chain that originates from ISRG Root X2](https://letsencrypt.org/certificates/#chains). I can successfully use `--alternate 1` but would prefer to select the chain using the...