From a353528b070fe264ce60220b4af07d0561494def Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Jul 2013 11:58:38 +0100 Subject: Improve certificate handling a bit and fix up tests. --- test/ref/crypt/ca.cnf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/ref/crypt/ca.cnf (limited to 'test/ref/crypt/ca.cnf') diff --git a/test/ref/crypt/ca.cnf b/test/ref/crypt/ca.cnf new file mode 100644 index 00000000..99a31f65 --- /dev/null +++ b/test/ref/crypt/ca.cnf @@ -0,0 +1,12 @@ +[ req ] +distinguished_name = req_distinguished_name +x509_extensions = v3_ca +[ v3_ca ] +basicConstraints = critical,CA:true,pathlen:3 +keyUsage = keyCertSign,cRLSign +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always,issuer:always +[ req_distinguished_name ] +O = Unique organization name +OU = Organization unit +CN = Entity and dnQualifier -- cgit v1.2.3