From 97f724476c2b51b5db9699fd484b837155fbba55 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 14 Jan 2010 23:13:35 -0500 Subject: added missing openssl.cnf for test suite. --- tests/openssl.cnf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/openssl.cnf (limited to 'tests/openssl.cnf') diff --git a/tests/openssl.cnf b/tests/openssl.cnf new file mode 100644 index 0000000..3456dc5 --- /dev/null +++ b/tests/openssl.cnf @@ -0,0 +1,26 @@ +# OpenSSL configuration for the purposes of the monkeysphere test suite: + +# This definition stops the following lines choking if HOME isn't +# defined. +HOME = . +RANDFILE = $ENV::HOME/.rnd + +[ req ] +attributes = req_attributes +x509_extensions = monkeysphere_self_signed +distinguished_name = req_dn +attributes = req_attrs + +[ monkeysphere_self_signed ] + +# Just generate an X.509 cert that is for specific use as a TLS server +basicConstraints = CA:FALSE +keyUsage = digitalSignature, keyEncipherment +extendedKeyUsage = serverAuth +nsCertType = server + +[ req_dn ] +commonName = Common Name +commonName_max = 64 + +[ req_attrs ] -- cgit v1.2.3