diff options
-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 |