os/security/cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,42 @@
1.4 +# openssl.cfg
1.5 +#
1.6 +# Config file for OpenSSL CA
1.7 +
1.8 +[ ca ]
1.9 +
1.10 +default_ca = ca_default # The default ca section
1.11 +
1.12 +[ ca1 ]
1.13 +
1.14 +dir = .\ca1
1.15 +database = $dir\index.txt # index file.
1.16 +new_certs_dir = $dir\certs # new certs dir
1.17 +
1.18 +certificate = $dir\cacert.pem # The CA cert
1.19 +serial = $dir\serial # serial no file
1.20 +private_key = $dir\private\cakey.pem # CA private key
1.21 +RANDFILE = $dir\private\.rand # random number file
1.22 +
1.23 +default_days = 3650 # how long to certify for
1.24 +default_crl_days= 30 # how long before next CRL
1.25 +default_md = md5 # md to use
1.26 +
1.27 +policy = ca_policy # our policy
1.28 +email_in_dn = no # Don't add the email into cert DN
1.29 +
1.30 +nameopt = default_ca # Subject name display option
1.31 +certopt = default_ca # Certificate display option
1.32 +copy_extensions = none # Don't copy extensions from request
1.33 +
1.34 +[req]
1.35 +distinguished_name = dname
1.36 +
1.37 +[ ca_policy ]
1.38 +
1.39 +organizationName = supplied
1.40 +commonName = supplied
1.41 +
1.42 +[ dname ]
1.43 +C=UK
1.44 +O=Symbian
1.45 +OU=Security - Test