os/security/cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 # openssl.cfg
     2 #
     3 # Config file for OpenSSL CA
     4 
     5 [ ca ]
     6 
     7 default_ca      = ca_default            # The default ca section
     8 
     9 [ ca1 ]
    10 
    11 dir            = .\ca1
    12 database       = $dir\index.txt         # index file.
    13 new_certs_dir  = $dir\certs             # new certs dir
    14 
    15 certificate    = $dir\cacert.pem        # The CA cert
    16 serial         = $dir\serial            # serial no file
    17 private_key    = $dir\private\cakey.pem # CA private key
    18 RANDFILE       = $dir\private\.rand     # random number file
    19 
    20 default_days   = 3650                   # how long to certify for
    21 default_crl_days= 30                    # how long before next CRL
    22 default_md     = md5                    # md to use
    23 
    24 policy         = ca_policy              # our policy
    25 email_in_dn    = no                     # Don't add the email into cert DN
    26 
    27 nameopt        = default_ca             # Subject name display option
    28 certopt        = default_ca             # Certificate display option
    29 copy_extensions = none                  # Don't copy extensions from request
    30 
    31 [req]
    32 distinguished_name = dname
    33 
    34 [ ca_policy ]
    35 
    36 organizationName       = supplied
    37 commonName             = supplied
    38 
    39 [ dname ]
    40 C=UK
    41 O=Symbian
    42 OU=Security - Test