Big changes (to adapt to my workflow) #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cheers, I'm opening this PR to let you know about the changes I made to make the script work for my needs.
In particular, I needed to be able to run the verification webserver locally, and without the need of stopping the webserver in production.
Plus, since I'm generating certificates for several domains at once, I needed all the signing to be done automatically, to remove some manual processing.
The changes basically boil down to:
I preserved all the functionality of the previous script, but the interface changed quite a bit. Not sure if you want to consider merging this inside your project (we'll have to figure out some way to keep backwards compatibility), or I should just make it a separate project..?
(I opened a PR to keep the discussion public, but if you prefer, just feel free to send me an email at the github contact email).
Thanks!