Skip to content

Commit

Permalink
Merge pull request #975 from martindsouza/master
Browse files Browse the repository at this point in the history
#970 Fix: Change SHA-1 to SHA-256 cert
  • Loading branch information
shakyShane committed Apr 10, 2017
2 parents 68dcfe1 + 475588b commit 8d1b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/certs/gen.sh
@@ -1,4 +1,4 @@
openssl genrsa -des3 -out server.key 1024
openssl genrsa -des3 -out server.key 2048
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt
cp server.key server.key.copy
Expand Down

0 comments on commit 8d1b6f0

Please sign in to comment.