-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add helper for first run certificate generation. #2
Comments
Can you explain more on what this means - if it's simple i'll add it. |
can we close this because @int13h obviously is not going to explain. |
👎 |
Something like #!/bin/bash openssl req -x509 -newkey rsa:4096 -keyout sguild.key -out sguild.pem -passin pass:pass openssl rsa -in sguild.key -out sguild.key if the key doesn't exist? |
Exactly. It doesn't even need to kick it off , just letting the user know On Thu, Nov 14, 2013 at 10:48 AM, bradvoth [email protected] wrote:
Paul Halliday |
See: https://github.com/bammv/sguil/blob/master/doc/OPENSSL.README
Looking at that README though, it doesn't look like process outlined is correct.
The text was updated successfully, but these errors were encountered: