Home | History | Annotate | Line # | Download | only in test
      1      1.1  christos #
      2      1.1  christos # SSLeay example configuration file.
      3      1.1  christos # This is mostly being used for generation of certificate requests.
      4      1.1  christos #
      5      1.1  christos 
      6      1.1  christos RANDFILE		= ./.rnd
      7      1.1  christos 
      8      1.1  christos ####################################################################
      9      1.1  christos [ req ]
     10  1.1.1.2  christos default_bits		= 2048
     11      1.1  christos default_keyfile 	= keySS.pem
     12      1.1  christos distinguished_name	= req_distinguished_name
     13      1.1  christos encrypt_rsa_key		= no
     14  1.1.1.2  christos default_md		= sha256
     15      1.1  christos 
     16      1.1  christos [ req_distinguished_name ]
     17      1.1  christos countryName			= Country Name (2 letter code)
     18      1.1  christos countryName_default		= AU
     19      1.1  christos countryName_value		= AU
     20      1.1  christos 
     21      1.1  christos organizationName                = Organization Name (eg, company)
     22      1.1  christos organizationName_value          = Dodgy Brothers
     23      1.1  christos 
     24      1.1  christos 0.commonName			= Common Name (eg, YOUR name)
     25      1.1  christos 0.commonName_value		= Brother 1
     26      1.1  christos 
     27      1.1  christos 1.commonName			= Common Name (eg, YOUR name)
     28      1.1  christos 1.commonName_value		= Brother 2
     29      1.1  christos 
     30      1.1  christos 2.commonName			= Common Name (eg, YOUR name)
     31      1.1  christos 2.commonName_value		= Proxy 1
     32      1.1  christos 
     33      1.1  christos [ v3_proxy ]
     34      1.1  christos basicConstraints=CA:FALSE
     35      1.1  christos subjectKeyIdentifier=hash
     36      1.1  christos authorityKeyIdentifier=keyid,issuer:always
     37      1.1  christos proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
     38