]> git.ipfire.org Git - thirdparty/openssl.git/blob - test/Uss.cnf
test/recipes/30-test_evp_data/evppkey.txt
[thirdparty/openssl.git] / test / Uss.cnf
1 #
2 # SSLeay example configuration file.
3 # This is mostly being used for generation of certificate requests.
4 #
5
6 CN2 = Brother 2
7
8 ####################################################################
9 [ req ]
10 default_bits = 2048
11 default_keyfile = keySS.pem
12 distinguished_name = req_distinguished_name
13 encrypt_rsa_key = no
14 default_md = sha256
15 prompt = no
16
17 [ req_distinguished_name ]
18 countryName = AU
19 organizationName = Dodgy Brothers
20 0.commonName = Brother 1
21 1.commonName = $ENV::CN2
22
23 [ v3_ee ]
24 subjectKeyIdentifier=hash
25 authorityKeyIdentifier=keyid,issuer:always
26 basicConstraints = CA:false
27 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
28
29 [ v3_ee_dsa ]
30 subjectKeyIdentifier=hash
31 authorityKeyIdentifier=keyid:always
32 basicConstraints = CA:false
33 keyUsage = nonRepudiation, digitalSignature
34
35 [ v3_ee_ec ]
36 subjectKeyIdentifier=hash
37 authorityKeyIdentifier=keyid:always
38 basicConstraints = CA:false
39 keyUsage = nonRepudiation, digitalSignature, keyAgreement
40