From 2a91b707a4a81b8efacd2c66a0fc79937d3c6828 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 3 Dec 2018 14:13:30 -0800 Subject: openssl.cnf: message digest should be sha256 --- openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl.cnf') 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 -- cgit v1.2.3