]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/Uss.cnf
Create provider errors and use them
[thirdparty/openssl.git] / test / Uss.cnf
CommitLineData
d02b48c6
RE
1#
2# SSLeay example configuration file.
3# This is mostly being used for generation of certificate requests.
4#
5
6RANDFILE = ./.rnd
cb0585c2 7CN2 = Brother 2
d02b48c6
RE
8
9####################################################################
10[ req ]
fec66938 11default_bits = 2048
d02b48c6
RE
12default_keyfile = keySS.pem
13distinguished_name = req_distinguished_name
14encrypt_rsa_key = no
cb0585c2
DSH
15default_md = sha256
16prompt = no
d02b48c6
RE
17
18[ req_distinguished_name ]
cb0585c2
DSH
19countryName = AU
20organizationName = Dodgy Brothers
210.commonName = Brother 1
221.commonName = $ENV::CN2
6951c23a
RL
23
24[ v3_ee ]
25subjectKeyIdentifier=hash
26authorityKeyIdentifier=keyid,issuer:always
27basicConstraints = CA:false
28keyUsage = nonRepudiation, digitalSignature, keyEncipherment
cb0585c2
DSH
29
30[ v3_ee_dsa ]
31subjectKeyIdentifier=hash
32authorityKeyIdentifier=keyid:always
33basicConstraints = CA:false
34keyUsage = nonRepudiation, digitalSignature
35
36[ v3_ee_ec ]
37subjectKeyIdentifier=hash
38authorityKeyIdentifier=keyid:always
39basicConstraints = CA:false
40keyUsage = nonRepudiation, digitalSignature, keyAgreement
6951c23a 41