]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/Uss.cnf
Add internal maxsize macros
[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
cb0585c2 6CN2 = Brother 2
d02b48c6
RE
7
8####################################################################
9[ req ]
fec66938 10default_bits = 2048
d02b48c6
RE
11default_keyfile = keySS.pem
12distinguished_name = req_distinguished_name
13encrypt_rsa_key = no
cb0585c2
DSH
14default_md = sha256
15prompt = no
d02b48c6
RE
16
17[ req_distinguished_name ]
cb0585c2
DSH
18countryName = AU
19organizationName = Dodgy Brothers
200.commonName = Brother 1
211.commonName = $ENV::CN2
6951c23a
RL
22
23[ v3_ee ]
24subjectKeyIdentifier=hash
25authorityKeyIdentifier=keyid,issuer:always
26basicConstraints = CA:false
27keyUsage = nonRepudiation, digitalSignature, keyEncipherment
cb0585c2
DSH
28
29[ v3_ee_dsa ]
30subjectKeyIdentifier=hash
31authorityKeyIdentifier=keyid:always
32basicConstraints = CA:false
33keyUsage = nonRepudiation, digitalSignature
34
35[ v3_ee_ec ]
36subjectKeyIdentifier=hash
37authorityKeyIdentifier=keyid:always
38basicConstraints = CA:false
39keyUsage = nonRepudiation, digitalSignature, keyAgreement
6951c23a 40