Wednesday, August 31, 2016

SAN CSR FILE generation with Multiple ALT NAMES

openssl req -new -key server.key -sha256 -nodes -subj '/C=US/ST=state/L=locallity/O=company/CN=www.server.com/subjectAltName=name1,DNS.2=name2' > servername.csr

No comments:

curl and cacert

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