Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

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

Open
matiu2 opened this issue Aug 27, 2019 · 0 comments
Open

Comments

@matiu2
Copy link

matiu2 commented Aug 27, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant