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

Add helper for first run certificate generation. #2

Open
int13h opened this issue Sep 10, 2013 · 5 comments
Open

Add helper for first run certificate generation. #2

int13h opened this issue Sep 10, 2013 · 5 comments

Comments

@int13h
Copy link
Contributor

int13h commented Sep 10, 2013

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.

@djcas9
Copy link
Contributor

djcas9 commented Sep 10, 2013

Can you explain more on what this means - if it's simple i'll add it.

@djcas9
Copy link
Contributor

djcas9 commented Nov 1, 2013

can we close this because @int13h obviously is not going to explain.

@djcas9
Copy link
Contributor

djcas9 commented Nov 1, 2013

👎

@bradvoth
Copy link

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?

@int13h
Copy link
Contributor Author

int13h commented Nov 14, 2013

Exactly. It doesn't even need to kick it off , just letting the user know
what to do would be enough.

On Thu, Nov 14, 2013 at 10:48 AM, bradvoth [email protected] wrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-28489115
.

Paul Halliday
http://www.pintumbler.org/

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

No branches or pull requests

3 participants