OpenSSL config for CSR with SAN
The snippet can be accessed without any authentication.
Authored by
Erick Hitter
[ 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
Please register or sign in to comment