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:

curl and cacert

curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST