Skip to content
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

Run authorizations in parallel #482

Open
foxontherock opened this issue Jan 29, 2020 · 1 comment
Open

Run authorizations in parallel #482

foxontherock opened this issue Jan 29, 2020 · 1 comment

Comments

@foxontherock
Copy link

foxontherock commented Jan 29, 2020

I had to create a certificate for 25 domains, wildcard, with dns-01 challenge.
There are 25 dns entries that had to be modified, (route 53).
But, it takes minimum 25 * 60 seconds, because they are done 1 by one.
All these DNS can be updated simultaneously, then wait for 60 seconds, and continue the process of all 25.
They can be done in parallel, to make the process run 60-120 seconds instead of 25-30 minutes.

@webprofusion-chrisc
Copy link
Contributor

Thanks, yes I agree for some providers we could be doing one batch commit of DNS changes and parallel authorizations at least.

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

No branches or pull requests

2 participants