plesk / letsencrypt-plesk

Let’s Encrypt extension for Plesk gives all Plesk users the power to get a free Let’s Encrypt certificate with just a couple of clicks.
https://www.plesk.com/extensions/letsencrypt/
180 stars 25 forks source link

handling rate limits to get past the 100 domains per csr letsencrypt limit #210

Open matiu2 opened 5 years ago

matiu2 commented 5 years ago

Letsencrypt rate limits allow up to 50 CSRs a week and 100 domains per CSR. (Note that a www.mydomain.com + mydomain.com counts as two certs.)

If plesk has more than 100 domains with letsencrypt, it should break them down into multiple CSRs. Currently it tries to put them all on one cert, and hits the 100 limit, and lets encrypt rejects it.


As a side note, perhaps we could store the lets encrypt rate limits in the extension options, so that if they change, we can notify the extension of the new settings manually.