]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/Uss.cnf
Use .cnf for config files, not .conf
[thirdparty/openssl.git] / test / Uss.cnf
CommitLineData
d02b48c6 1
cb0585c2 2CN2 = Brother 2
d02b48c6
RE
3
4####################################################################
5[ req ]
fec66938 6default_bits = 2048
d02b48c6
RE
7default_keyfile = keySS.pem
8distinguished_name = req_distinguished_name
9encrypt_rsa_key = no
cb0585c2
DSH
10default_md = sha256
11prompt = no
d02b48c6
RE
12
13[ req_distinguished_name ]
cb0585c2
DSH
14countryName = AU
15organizationName = Dodgy Brothers
160.commonName = Brother 1
171.commonName = $ENV::CN2
6951c23a
RL
18
19[ v3_ee ]
20subjectKeyIdentifier=hash
21authorityKeyIdentifier=keyid,issuer:always
22basicConstraints = CA:false
23keyUsage = nonRepudiation, digitalSignature, keyEncipherment
cb0585c2
DSH
24
25[ v3_ee_dsa ]
26subjectKeyIdentifier=hash
27authorityKeyIdentifier=keyid:always
28basicConstraints = CA:false
29keyUsage = nonRepudiation, digitalSignature
30
31[ v3_ee_ec ]
32subjectKeyIdentifier=hash
33authorityKeyIdentifier=keyid:always
34basicConstraints = CA:false
35keyUsage = nonRepudiation, digitalSignature, keyAgreement
6951c23a 36