1e1051a39Sopenharmony_ci[ default ] 2e1051a39Sopenharmony_ci# 3e1051a39Sopenharmony_ci# SSLeay example configuration file. 4e1051a39Sopenharmony_ci# This is mostly being used for generation of certificate requests. 5e1051a39Sopenharmony_ci# 6e1051a39Sopenharmony_ci 7e1051a39Sopenharmony_ci#################################################################### 8e1051a39Sopenharmony_ci[ ca ] 9e1051a39Sopenharmony_cidefault_ca = CA_default # The default ca section 10e1051a39Sopenharmony_ci 11e1051a39Sopenharmony_ci#################################################################### 12e1051a39Sopenharmony_ci[ CA_default ] 13e1051a39Sopenharmony_ci 14e1051a39Sopenharmony_cidir = ./demoCA # Where everything is kept 15e1051a39Sopenharmony_cicerts = $dir/certs # Where the issued certs are kept 16e1051a39Sopenharmony_cicrl_dir = $dir/crl # Where the issued crl are kept 17e1051a39Sopenharmony_cidatabase = $dir/index.txt # database index file. 18e1051a39Sopenharmony_cinew_certs_dir = $dir/new_certs # default place for new certs. 19e1051a39Sopenharmony_ci 20e1051a39Sopenharmony_cicertificate = $dir/CAcert.pem # The CA certificate 21e1051a39Sopenharmony_ciserial = $dir/serial # The current serial number 22e1051a39Sopenharmony_cicrl = $dir/crl.pem # The current CRL 23e1051a39Sopenharmony_ciprivate_key = $dir/private/CAkey.pem# The private key 24e1051a39Sopenharmony_ci 25e1051a39Sopenharmony_cidefault_days = 365 # how long to certify for 26e1051a39Sopenharmony_cidefault_crl_days= 30 # how long before next CRL 27e1051a39Sopenharmony_cidefault_md = md5 # which md to use. 28e1051a39Sopenharmony_ci 29e1051a39Sopenharmony_ci# A few difference way of specifying how similar the request should look 30e1051a39Sopenharmony_ci# For type CA, the listed attributes must be the same, and the optional 31e1051a39Sopenharmony_ci# and supplied fields are just that :-) 32e1051a39Sopenharmony_cipolicy = policy_match 33e1051a39Sopenharmony_ci 34