Skip to content
Snippets Groups Projects
test0.conf 642 B
Newer Older
  • Learn to ignore specific revisions
  • 
    [ test0 ]
    
    default_bits           = 2048
    default_keyfile        = ${ENV::CA_NAME}/certs/test0.key.pem
    distinguished_name     = test0_dn
    prompt                 = no
    encrypt_key            = no
    default_md             = sha512
    x509_extensions        = test0_extensions
    
    [ test0_dn ]
    
    C                      = IT
    O                      = IGI
    CN                     = Test0
    
    [ test0_extensions ]
    
    basicConstraints       = critical,CA:FALSE
    subjectKeyIdentifier   = hash
    keyUsage               = critical, nonRepudiation, digitalSignature, keyEncipherment
    authorityKeyIdentifier = keyid, issuer
    subjectAltName         = email:test0@cnaf.infn.it