Skip to content

Commit

Permalink
Generate new SHA2 key at install time
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jun 6, 2015
1 parent 00898e9 commit 94cdd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -439,7 +439,7 @@ else
if [ "$?" = "0" ]; then
# We can generate a new SSL key for this host
host=`hostname`
openssl req -newkey rsa:512 -x509 -nodes -out $tempdir/cert -keyout $tempdir/key -days 1825 >/dev/null 2>&1 <<EOF
openssl req -newkey rsa:512 -x509 -nodes -out $tempdir/cert -keyout $tempdir/key -days 1825 -sha256 >/dev/null 2>&1 <<EOF
.
.
.
Expand Down

0 comments on commit 94cdd66

Please sign in to comment.