diff -r eb9b28acd381 -r 2f10d260163b cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg Mon Mar 15 12:46:43 2010 +0200 @@ -0,0 +1,42 @@ +# openssl.cfg +# +# Config file for OpenSSL CA + +[ ca ] + +default_ca = ca_default # The default ca section + +[ ca1 ] + +dir = .\ca1 +database = $dir\index.txt # index file. +new_certs_dir = $dir\certs # new certs dir + +certificate = $dir\cacert.pem # The CA cert +serial = $dir\serial # serial no file +private_key = $dir\private\cakey.pem # CA private key +RANDFILE = $dir\private\.rand # random number file + +default_days = 3650 # how long to certify for +default_crl_days= 30 # how long before next CRL +default_md = md5 # md to use + +policy = ca_policy # our policy +email_in_dn = no # Don't add the email into cert DN + +nameopt = default_ca # Subject name display option +certopt = default_ca # Certificate display option +copy_extensions = none # Don't copy extensions from request + +[req] +distinguished_name = dname + +[ ca_policy ] + +organizationName = supplied +commonName = supplied + +[ dname ] +C=UK +O=Symbian +OU=Security - Test