rekby / lets-proxy2

Reverse proxy with automatically obtains TLS certificates from Let's Encrypt
MIT License
97 stars 18 forks source link

Optimize certificates renew #198

Open rekby opened 1 year ago

rekby commented 1 year ago

Now certificates renew independent each from other without any special order. It is ok for low number of subdomains for every domain name.

But lets encrypt have rate limits for issue certificates for one domain. It mean renew certificates may be optimized for lower consume the limits.

For example batch subdomains of one domain within one certificate request, then calc right time for renew for possible to issue max new certificates, etc.