FusionInventory-Agent

 view release on metacpan or  search on metacpan

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

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.



( run in 0.284 second using v1.01-cache-2.11-cpan-4d50c553e7e )