increase test RSA key size to 1024 bits

This commit is contained in:
Dr. Stephen Henson 2011-10-12 21:55:42 +00:00
parent 6841abe842
commit 81a071df2f
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ RANDFILE = ./.rnd
####################################################################
[ req ]
default_bits = 512
default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no

View File

@ -7,7 +7,7 @@ RANDFILE = ./.rnd
####################################################################
[ req ]
default_bits = 512
default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no

View File

@ -56,7 +56,7 @@ emailAddress = optional
####################################################################
[ req ]
default_bits = 512
default_bits = 1024
default_keyfile = testkey.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no