Skip to content
Snippets Groups Projects
star_test_example.conf 730 B
Newer Older
  • Learn to ignore specific revisions
  • 
    [ star_test_example ]
    
    default_bits           = 2048
    default_keyfile        = ${ENV::CA_NAME}/certs/star_test_example.key.pem
    distinguished_name     = star_test_example_dn
    prompt                 = no
    encrypt_key            = no
    default_md             = sha512
    x509_extensions        = star_test_example_extensions
    
    [ star_test_example_dn ]
    
    C                      = IT
    O                      = IGI
    CN                     = *.test.example
    
    [ star_test_example_extensions ]
    
    basicConstraints       = critical,CA:FALSE
    subjectKeyIdentifier   = hash
    keyUsage               = critical, digitalSignature
    extendedKeyUsage       = serverAuth, clientAuth
    authorityKeyIdentifier = keyid, issuer
    subjectAltName         = DNS:*.test.example