1# 2# SSLeay example configuration file. 3# This is mostly being used for generation of certificate requests. 4# 5 6RANDFILE = ./.rnd 7 8#################################################################### 9[ req ] 10default_bits = 512 11default_keyfile = keySS.pem 12distinguished_name = req_distinguished_name 13encrypt_rsa_key = no 14default_md = md2 15 16[ req_distinguished_name ] 17countryName = Country Name (2 letter code) 18countryName_default = AU 19countryName_value = AU 20 21organizationName = Organization Name (eg, company) 22organizationName_value = Dodgy Brothers 23 240.commonName = Common Name (eg, YOUR name) 250.commonName_value = Brother 1 26 271.commonName = Common Name (eg, YOUR name) 281.commonName_value = Brother 2 29 302.commonName = Common Name (eg, YOUR name) 312.commonName_value = Proxy 1 32 333.commonName = Common Name (eg, YOUR name) 343.commonName_value = Proxy 2 35 36[ v3_proxy ] 37basicConstraints=CA:FALSE 38subjectKeyIdentifier=hash 39authorityKeyIdentifier=keyid,issuer:always 40proxyCertInfo=critical,@proxy_ext 41 42[ proxy_ext ] 43language=id-ppl-anyLanguage 44pathlen=0 45policy=text:BC 46