| Index: net/data/ssl/scripts/redundant-ca.cnf
|
| diff --git a/net/data/ssl/scripts/redundant-ca.cnf b/net/data/ssl/scripts/redundant-ca.cnf
|
| index b03eb817a3bf4ded35d5a43a88540a5c3fdc34da..5707b730bfbbc51356e104850f81fb8f4eed50b8 100644
|
| --- a/net/data/ssl/scripts/redundant-ca.cnf
|
| +++ b/net/data/ssl/scripts/redundant-ca.cnf
|
| @@ -15,7 +15,7 @@ private_key = ${dir}/${ENV::CERTIFICATE}.key
|
| RANDFILE = ${dir}/rand
|
| default_days = 3650
|
| default_crl_days = 30
|
| -default_md = sha1
|
| +default_md = sha256
|
| policy = policy_anything
|
| unique_subject = no
|
|
|
| @@ -50,7 +50,7 @@ emailAddress = optional
|
| [req]
|
| # The request section used to generate certificate requests.
|
| default_bits = 2048
|
| -default_md = sha1
|
| +default_md = sha256
|
| string_mask = utf8only
|
| prompt = no
|
| encrypt_key = no
|
|
|