os/security/cryptoservices/certificateandkeymgmt/tx509/Data/dnames/dn_unstructuredname_lc.cnf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoservices/certificateandkeymgmt/tx509/Data/dnames/dn_unstructuredname_lc.cnf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 + [ req ]
     1.5 + default_bits           = 1024
     1.6 + default_keyfile        = privkey.pem
     1.7 + distinguished_name     = req_distinguished_name
     1.8 + attributes             = req_attributes
     1.9 + prompt = no
    1.10 +
    1.11 + [ req_distinguished_name ]
    1.12 + countryName                    = uk
    1.13 + localityName                   = cambridge
    1.14 + organizationalUnitName         = symbian
    1.15 + commonName                     = security team
    1.16 + emailAddress                   = spam@symbian.com
    1.17 + unstructuredName               = security team @ cambridge
    1.18 + 
    1.19 + [ req_attributes ]