-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make overallRequestLimit an option #2203
Labels
Comments
hello, can you explain why you need to change this value? |
Hello ldez, because i ran into the rate limit of zerossl, which seems to be lower than the one of let's encrypt. |
I'm trying to find the relevant ZeroSSL doc but I found nothing, it's annoying. |
I found the doc:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome
How do you use lego?
Binary
Detailed Description
Hello,
we use lego to get certificates from zerossl. I had to change the hardcoded
const overallRequestLimit
in certificate/authorization.goI suggest making this an option for the cli. Something like
--overallRequestLimit 6
Thanks!
The text was updated successfully, but these errors were encountered: