Skip to content

Commit

Permalink
#970 Fix: Change SHA-1 to SHA-256 cert
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed Jan 22, 2016
1 parent 49786e3 commit 475588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/certs/gen.sh
Original file line number Diff line number Diff line change
@@ -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 475588b

Please sign in to comment.