-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Install, Enable and Disable SSLCertificateCommands #82
Conversation
Thanks for this, I've just committed the enable/disable task in #83 If you could rebase this PR on master and include tests for the install task (as #83 did) then I'll get that merged in. You'll be wanting to look at the |
We should also consider how we manage SSL certificates, keys etc as these may be unwieldy to pass in on the command line. We could potentially pass those in as paths to files too. I'd be keen to solicit information from users to determine what the most appropriate idea would be, |
Could of review comments:
|
- certificates can now be passed as input files
Hi,
|
Thanks for your work on this @solocal-ecommerce - I've made the changes I recommended in #119 and committed it to master. It will be part of the next tagged release which can be downloaded with the |
Missing Install, Enable and Disable SSLCertificateCommands.
Thanks for your work,
Thomas