2 # SSLeay example configuration file.
3 # This is mostly being used for generation of certificate requests.
8 ####################################################################
11 default_keyfile = keySS.pem
12 distinguished_name = req_distinguished_name
16 [ req_distinguished_name ]
17 countryName = Country Name (2 letter code)
18 countryName_default = AU
19 countryName_value = AU
21 organizationName = Organization Name (eg, company)
22 organizationName_value = Dodgy Brothers
24 0.commonName = Common Name (eg, YOUR name)
25 0.commonName_value = Brother 1
27 1.commonName = Common Name (eg, YOUR name)
28 1.commonName_value = Brother 2
31 subjectKeyIdentifier=hash
32 authorityKeyIdentifier=keyid,issuer:always
33 basicConstraints = CA:false
34 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
35 issuerAltName=issuer:copy