diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-08 11:58:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-08 11:58:38 +0100 |
| commit | a353528b070fe264ce60220b4af07d0561494def (patch) | |
| tree | 341e62026ad366a548836019b49c5789e70525a7 /test/ref/crypt/leaf.cnf | |
| parent | c1763d2ca9cb4dd38d9eec28f6304f45b29bf9d5 (diff) | |
Improve certificate handling a bit and fix up tests.encryption
Diffstat (limited to 'test/ref/crypt/leaf.cnf')
| -rw-r--r-- | test/ref/crypt/leaf.cnf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ref/crypt/leaf.cnf b/test/ref/crypt/leaf.cnf new file mode 100644 index 00000000..6b4ebcf8 --- /dev/null +++ b/test/ref/crypt/leaf.cnf @@ -0,0 +1,12 @@ +[ default ] +distinguished_name = req_distinguished_name +x509_extensions = v3_ca +[ v3_ca ] +basicConstraints = critical,CA:false +keyUsage = digitalSignature,keyEncipherment +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid,issuer:always +[ req_distinguished_name ] +O = Unique organization name +OU = Organization unit +CN = Entity and dnQualifier |
