blob: 3566bb056597fcd71418b7a8f9073defaa18414b [file] [log] [blame]
David Benjamin33b56922022-12-31 17:16:53 -05001# [ v3_proxy ]
2basicConstraints=CA:FALSE
3subjectKeyIdentifier=hash
4authorityKeyIdentifier=keyid,issuer:always
5proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
6
7#
8# SSLeay example configuration file.
9# This is mostly being used for generation of certificate requests.
10#
11
12RANDFILE = ./.rnd
13
14####################################################################
15[ req ]
16default_bits = 2048
17default_keyfile = keySS.pem
18distinguished_name = req_distinguished_name
19encrypt_rsa_key = no
20default_md = sha256
21
22[ req_distinguished_name ]
23countryName = Country Name (2 letter code)
24countryName_default = AU
25countryName_value = AU
26
27organizationName = Organization Name (eg, company)
28organizationName_value = Dodgy Brothers
29
300.commonName = Common Name (eg, YOUR name)
310.commonName_value = Brother 1
32
331.commonName = Common Name (eg, YOUR name)
341.commonName_value = Brother 2
35
362.commonName = Common Name (eg, YOUR name)
372.commonName_value = Proxy 1
38
39[ v3_proxy ]
40basicConstraints=CA:FALSE
41subjectKeyIdentifier=hash
42authorityKeyIdentifier=keyid,issuer:always
43proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB