1160814Ssimon#
2160814Ssimon# SSLeay example configuration file.
3160814Ssimon# This is mostly being used for generation of certificate requests.
4160814Ssimon#
5160814Ssimon
6160814SsimonRANDFILE		= ./.rnd
7160814Ssimon
8160814Ssimon####################################################################
9160814Ssimon[ req ]
10160814Ssimondefault_bits		= 512
11160814Ssimondefault_keyfile 	= keySS.pem
12160814Ssimondistinguished_name	= req_distinguished_name
13160814Ssimonencrypt_rsa_key		= no
14160814Ssimondefault_md		= md2
15160814Ssimon
16160814Ssimon[ req_distinguished_name ]
17160814SsimoncountryName			= Country Name (2 letter code)
18160814SsimoncountryName_default		= AU
19160814SsimoncountryName_value		= AU
20160814Ssimon
21160814SsimonorganizationName                = Organization Name (eg, company)
22160814SsimonorganizationName_value          = Dodgy Brothers
23160814Ssimon
24160814Ssimon0.commonName			= Common Name (eg, YOUR name)
25160814Ssimon0.commonName_value		= Brother 1
26160814Ssimon
27160814Ssimon1.commonName			= Common Name (eg, YOUR name)
28160814Ssimon1.commonName_value		= Brother 2
29160814Ssimon
30160814Ssimon2.commonName			= Common Name (eg, YOUR name)
31160814Ssimon2.commonName_value		= Proxy 1
32160814Ssimon
33160814Ssimon3.commonName			= Common Name (eg, YOUR name)
34160814Ssimon3.commonName_value		= Proxy 2
35160814Ssimon
36160814Ssimon[ v3_proxy ]
37160814SsimonbasicConstraints=CA:FALSE
38160814SsimonsubjectKeyIdentifier=hash
39160814SsimonauthorityKeyIdentifier=keyid,issuer:always
40160814SsimonproxyCertInfo=critical,@proxy_ext
41160814Ssimon
42160814Ssimon[ proxy_ext ]
43160814Ssimonlanguage=id-ppl-anyLanguage
44160814Ssimonpathlen=0
45160814Ssimonpolicy=text:BC
46