FusionInventory-Agent

 view release on metacpan or  search on metacpan

resources/ssl/cnf/ca.cnf  view on Meta::CPAN

[ req ]
default_bits       = 2048
default_md         = sha256
distinguished_name = req_dn
req_extensions     = req_ext
string_mask        = nombstr
prompt             = no

[ req_dn ]
organizationName       = fusioninventory.org
organizationalUnitName = test certification authority
commonName             = test_ca
emailAddress           = test@fusioninventory.org

[ req_ext ]
basicConstraints       = CA:true
subjectKeyIdentifier   = hash
authorityKeyIdentifier = keyid:always,issuer:always

[ ca ]
default_ca      = default_ca

[ default_ca ]
dir             = .
certificate     = $dir/crt/ca.pem
private_key     = $dir/key/ca.pem
certs           = $dir/crt              # Where the issued certs are kept
serial          = $dir/serial           # The current serial number
database        = $dir/index.txt        # database index file.

new_certs_dir   = $dir/new              # default place for new certs.
crl_dir         = $dir/crl              # Where the issued crl are kept

default_days    = 3650                  # how long to certify for
default_crl_days= 30                    # how long before next CRL
default_md      = sha256                # which md to use.
preserve        = no                    # keep passed DN ordering

policy          = ca_default_policy
copy_extensions = copy

[ ca_default_policy ]
organizationName        = supplied
organizationalUnitName  = supplied
commonName              = supplied
emailAddress            = supplied



( run in 2.304 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )