Linux4u @ Rak
Thursday, September 8, 2016
Creating San cert CSR file with Multiple ALT names
openssl req -new -key servername.key -sha256 -nodes -subj '/C=US/ST=state/L=location/O=company/CN=server.com/subjectAltName=server1.com,DNS.2=server2.com,DNS' > server.csr
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
No comments:
Post a Comment