os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/data/certstore/centreproot.cfg
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 [req]
     2 prompt = no
     3 distinguished_name = req_distinguished_name
     4 x509_extensions = v3_ca
     5 
     6 [req_distinguished_name]
     7 C=UK
     8 L=London
     9 CN=Centrep Test Root Certificate
    10 O=Symbian Ltd
    11 
    12 [v3_ca]
    13 subjectKeyIdentifier=hash
    14 authorityKeyIdentifier=keyid:always,issuer:always
    15 basicConstraints=critical,CA:TRUE, pathlen:5
    16 keyUsage=critical,keyCertSign