diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-12-03 14:13:30 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-12-03 14:13:30 -0800 |
commit | 2a91b707a4a81b8efacd2c66a0fc79937d3c6828 (patch) | |
tree | 2ec4ffc35c11cb134d9821440052708cfa759b37 /openssl.cnf | |
parent | 88216c520c8fb9afec9b56bf71a2105985e5675d (diff) | |
download | cash-2a91b707a4a81b8efacd2c66a0fc79937d3c6828.tar.gz cash-2a91b707a4a81b8efacd2c66a0fc79937d3c6828.zip |
openssl.cnf: message digest should be sha256
Diffstat (limited to 'openssl.cnf')
-rw-r--r-- | openssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.cnf b/openssl.cnf index a89b8ae..2521f88 100644 --- a/openssl.cnf +++ b/openssl.cnf @@ -61,7 +61,7 @@ cert_opt = ca_default # Certificate field options default_days = $ENV::EXPIRE # how long to certify for default_crl_days= $ENV::EXPIRE # how long before next CRL -default_md = sha1 # which md to use. +default_md = sha256 # which md to use. preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look |