Use default_md = sha1 in ``req'' section too, so we don't fallback to MD5.
Noted by smb@.
This commit is contained in:
parent
97ec3a6bc9
commit
8f1a245ebd
1
crypto/dist/openssl/apps/openssl.cnf
vendored
1
crypto/dist/openssl/apps/openssl.cnf
vendored
@ -100,6 +100,7 @@ emailAddress = optional
|
||||
[ req ]
|
||||
default_bits = 1024
|
||||
default_keyfile = privkey.pem
|
||||
default_md = sha1
|
||||
distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
x509_extensions = v3_ca # The extentions to add to the self signed cert
|
||||
|
Loading…
x
Reference in New Issue
Block a user