95ffb67deb6208811946eb645f5678961a9dae2b
[openssl.git] / test / Uss.cnf
1
2 CN2 = Brother 2
3
4 ####################################################################
5 [ req ]
6 default_bits            = 2048
7 default_keyfile         = keySS.pem
8 distinguished_name      = req_distinguished_name
9 encrypt_rsa_key         = no
10 default_md                  = sha256
11 prompt              = no
12
13 [ req_distinguished_name ]
14 countryName         = AU
15 organizationName    = Dodgy Brothers
16 0.commonName        = Brother 1
17 1.commonName            = $ENV::CN2
18
19 [ v3_ee ]
20 subjectKeyIdentifier=hash
21 authorityKeyIdentifier=keyid,issuer:always
22 basicConstraints = CA:false
23 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
24
25 [ v3_ee_dsa ]
26 subjectKeyIdentifier=hash
27 authorityKeyIdentifier=keyid:always
28 basicConstraints = CA:false
29 keyUsage = nonRepudiation, digitalSignature
30
31 [ v3_ee_ec ]
32 subjectKeyIdentifier=hash
33 authorityKeyIdentifier=keyid:always
34 basicConstraints = CA:false
35 keyUsage = nonRepudiation, digitalSignature, keyAgreement
36