os/security/cryptomgmtlibs/securitytestfw/testcertificates/certman/tpkixcert_tef/openssl.cfg
First public contribution.
3 # Config file for OpenSSL CA
7 default_ca = ca_default # The default ca section
12 database = $dir\index.txt # index file.
13 new_certs_dir = $dir\certs # new certs dir
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
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
24 policy = ca_policy # our policy
25 email_in_dn = no # Don't add the email into cert DN
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
32 distinguished_name = dname
36 organizationName = supplied