Warning, /pim/libkleo/autotests/fixtures/keyresolvercoretest/openssl.cnf is written in an unsupported language. File is not indexed.

0001 [ ca ]
0002 default_ca      = CA_default            # The default ca section
0003 
0004 [ CA_default ]
0005 
0006 dir             = ./demoCA              # Where everything is kept
0007 database        = $dir/index.txt        # database index file.
0008 new_certs_dir   = $dir/newcerts         # default place for new certs.
0009 
0010 certificate     = ./test-ca.cert.pem    # The CA certificate
0011 #serial          = $dir/serial           # The current serial number
0012 rand_serial     = yes                   # for random serial#'s
0013 private_key     = ./test-ca.key.pem     # The private key
0014 #RANDFILE        = $dir/.rand            # random number file
0015 
0016 default_days    = 36524                 # how long to certify for
0017 default_crl_days= 30                    # how long before next CRL
0018 default_md      = default               # use public key default MD
0019 
0020 policy          = policy_anything
0021 email_in_dn     = no                    # Don't add the email into cert DN
0022 
0023 name_opt        = ca_default            # Subject Name options
0024 cert_opt        = ca_default            # Certificate field options
0025 copy_extensions = copy
0026 
0027 [ policy_anything ]
0028 countryName             = optional
0029 stateOrProvinceName     = optional
0030 localityName            = optional
0031 organizationName        = optional
0032 organizationalUnitName  = optional
0033 commonName              = supplied
0034 emailAddress            = optional