mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Change the OpenSSL default keysize to 4096.
Changing the OpenSSL default keysize to 4096 from 2048 to match current best practice guidelines.
This commit is contained in:
parent
3f4bf565b1
commit
6e31bee62b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ emailAddress = optional
|
||||||
# Easy-RSA request handling
|
# Easy-RSA request handling
|
||||||
# We key off $DN_MODE to determine how to format the DN
|
# We key off $DN_MODE to determine how to format the DN
|
||||||
[ req ]
|
[ req ]
|
||||||
default_bits = 2048
|
default_bits = 4096
|
||||||
default_keyfile = privkey.pem
|
default_keyfile = privkey.pem
|
||||||
default_md = sha256
|
default_md = sha256
|
||||||
distinguished_name = cn_only
|
distinguished_name = cn_only
|
||||||
|
|
Loading…
Add table
Reference in a new issue