plinss / acmebot

Certificate manager bot using ACME protocol
GNU General Public License v3.0
116 stars 20 forks source link

Certificate renewal close to private key expiration can result in hitting a rate limit #50

Open plinss opened 2 years ago

plinss commented 2 years ago

Possibly skip renewal if within 5 days of private key expiration (and provided there are sill at least ~21 days left on the cert).

Possibly only when auto_renew is turned on?

Double check LE rate limits.