ndilieto / uacme

ACMEv2 client written in plain C with minimal dependencies
GNU General Public License v3.0
432 stars 37 forks source link

Feature support for ACME Renewal Information (ARI) #67

Open JacksonChen666 opened 1 year ago

JacksonChen666 commented 1 year ago

Let's Encrypt has pushed ACME Renewal Information (ARI) to production.

ARI basically tells the client when to renew a certificate, whether if it's earlier than usual (when certs need to be revoked) or at a specific time (balancing the load on the CA side).

My request is to support that feature, if possible.