Skip to content
Snippets Groups Projects

OpenSSL config for CSR with SAN

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Erick Hitter
    snippetfile1.txt 344 B
    [ req ]
    default_bits = 4096
    prompt = no
    encrypt_key = no
    default_md = sha256
    distinguished_name = dn
    req_extensions = req_ext
    
    [ dn ]
    CN = example.com
    emailAddress = ssl@example.com
    O = Example Company
    OU = Example Unit
    L = City
    ST = State
    C = US
    
    [ req_ext ]
    subjectAltName = DNS: www.example.com, DNS: mail.example.com, DNS: files.example.com
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment