Skip to content

Commit

Permalink
templates/cert.cnf.erb: Use sha256 instead of sha1 by default, as SHA…
Browse files Browse the repository at this point in the history
…1 is now deprecated and showing warnings in modern browsers.
  • Loading branch information
trentl committed Mar 31, 2015
1 parent d8a7e60 commit f4d27b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cert.cnf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RANDFILE = $ENV::HOME/.rnd

[ req ]
default_bits = 2048
default_md = sha1
default_md = sha256
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
prompt = no
Expand Down

0 comments on commit f4d27b8

Please sign in to comment.