summaryrefslogtreecommitdiff
path: root/test/openssl.conf
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2015-09-02 09:32:47 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2015-09-02 09:32:47 +0000
commit7cebe8f28682fd23b3cca63509f8248657af5b4a (patch)
tree8d2239d39b0102beca184afe335f4d335b2791c9 /test/openssl.conf
parent8cd4c97b5bd72c923999560988af221005cd09be (diff)
downloadneon-7cebe8f28682fd23b3cca63509f8248657af5b4a.tar.gz
* test/makekeys.sh, test/openssl.conf: Use 2048-bit RSA keys throughout.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1961 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test/openssl.conf')
-rw-r--r--test/openssl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/openssl.conf b/test/openssl.conf
index 959c945..62aa43e 100644
--- a/test/openssl.conf
+++ b/test/openssl.conf
@@ -12,6 +12,7 @@ policy = policy_any
default_md = sha1
x509_extensions = issuedExt
unique_subject = no
+default_bits = 2048
# same as neonca1 just +basicConstraints and without certificate to
# allow creation of the initial self signed certificate
@@ -26,6 +27,7 @@ default_md = sha1
x509_extensions = issuedExt
unique_subject = no
basicConstraints = CA:TRUE
+default_bits = 2048
[policy_any]
countryName = optional
@@ -40,6 +42,7 @@ emailAddress = optional
distinguished_name = $ENV::REQDN
x509_extensions = caExt
string_mask = $ENV::STRMASK
+default_bits = 2048
[caExt]
basicConstraints = CA:true