diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-05-10 18:23:02 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-05-10 18:23:02 -0700 |
commit | fd72d61332d4600b6c2182afd367781438b412dc (patch) | |
tree | 7465d61e158c90cf4db2370e6abbb86176e0f35e | |
parent | 8f24f78fb1882587d6a4bd39ed3c1a4239e00a71 (diff) | |
download | cash-fd72d61332d4600b6c2182afd367781438b412dc.tar.gz cash-fd72d61332d4600b6c2182afd367781438b412dc.zip |
4096 bit certificates should probably be default
-rw-r--r-- | openssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.cnf b/openssl.cnf index 6fff481..a89b8ae 100644 --- a/openssl.cnf +++ b/openssl.cnf @@ -92,7 +92,7 @@ emailAddress = optional #################################################################### [ req ] -default_bits = 1024 +default_bits = 4096 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes |