1e1051a39Sopenharmony_ci
2e1051a39Sopenharmony_ci## Config file for proxy certificate testing.
3e1051a39Sopenharmony_ci
4e1051a39Sopenharmony_ci# Comment out the next line to ignore configuration errors
5e1051a39Sopenharmony_ciconfig_diagnostics = 1
6e1051a39Sopenharmony_ci
7e1051a39Sopenharmony_ci[ req ]
8e1051a39Sopenharmony_cidistinguished_name	= req_distinguished_name_p1
9e1051a39Sopenharmony_ciencrypt_rsa_key		= no
10e1051a39Sopenharmony_cidefault_md		= sha256
11e1051a39Sopenharmony_ci
12e1051a39Sopenharmony_ci[ req_distinguished_name_p1 ]
13e1051a39Sopenharmony_cicountryName			= Country Name (2 letter code)
14e1051a39Sopenharmony_cicountryName_value		= AU
15e1051a39Sopenharmony_ciorganizationName                = Organization Name (eg, company)
16e1051a39Sopenharmony_ciorganizationName_value          = Dodgy Brothers
17e1051a39Sopenharmony_ci0.commonName			= Common Name (eg, YOUR name)
18e1051a39Sopenharmony_ci0.commonName_value		= Brother 1
19e1051a39Sopenharmony_ci1.commonName			= Common Name (eg, YOUR name)
20e1051a39Sopenharmony_ci1.commonName_value		= Brother 2
21e1051a39Sopenharmony_ci2.commonName			= Common Name (eg, YOUR name)
22e1051a39Sopenharmony_ci2.commonName_value		= Proxy 1
23e1051a39Sopenharmony_ci
24e1051a39Sopenharmony_ci[ proxy ]
25e1051a39Sopenharmony_cibasicConstraints	= CA:FALSE
26e1051a39Sopenharmony_cisubjectKeyIdentifier	= hash
27e1051a39Sopenharmony_ciauthorityKeyIdentifier	= keyid,issuer:always
28e1051a39Sopenharmony_ciproxyCertInfo	= critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
29e1051a39Sopenharmony_ci
30e1051a39Sopenharmony_ci####################################################################
31e1051a39Sopenharmony_ci
32e1051a39Sopenharmony_ci[ proxy2_req ]
33e1051a39Sopenharmony_cidistinguished_name	= req_distinguished_name_p2
34e1051a39Sopenharmony_ciencrypt_rsa_key		= no
35e1051a39Sopenharmony_cidefault_md		= sha256
36e1051a39Sopenharmony_ci
37e1051a39Sopenharmony_ci[ req_distinguished_name_p2 ]
38e1051a39Sopenharmony_cicountryName			= Country Name (2 letter code)
39e1051a39Sopenharmony_cicountryName_value		= AU
40e1051a39Sopenharmony_ciorganizationName                = Organization Name (eg, company)
41e1051a39Sopenharmony_ciorganizationName_value          = Dodgy Brothers
42e1051a39Sopenharmony_ci0.commonName			= Common Name (eg, YOUR name)
43e1051a39Sopenharmony_ci0.commonName_value		= Brother 1
44e1051a39Sopenharmony_ci1.commonName			= Common Name (eg, YOUR name)
45e1051a39Sopenharmony_ci1.commonName_value		= Brother 2
46e1051a39Sopenharmony_ci2.commonName			= Common Name (eg, YOUR name)
47e1051a39Sopenharmony_ci2.commonName_value		= Proxy 1
48e1051a39Sopenharmony_ci3.commonName			= Common Name (eg, YOUR name)
49e1051a39Sopenharmony_ci3.commonName_value		= Proxy 2
50e1051a39Sopenharmony_ci
51e1051a39Sopenharmony_ci[ proxy_2 ]
52e1051a39Sopenharmony_cibasicConstraints	= CA:FALSE
53e1051a39Sopenharmony_cisubjectKeyIdentifier	= hash
54e1051a39Sopenharmony_ciauthorityKeyIdentifier	= keyid,issuer:always
55e1051a39Sopenharmony_ciproxyCertInfo		= critical,@proxy_ext
56e1051a39Sopenharmony_ci
57e1051a39Sopenharmony_ci[ proxy_ext ]
58e1051a39Sopenharmony_cilanguage	= id-ppl-anyLanguage
59e1051a39Sopenharmony_cipathlen		= 0
60e1051a39Sopenharmony_cipolicy		= text:BC
61