Linux4u @ Rak
Saturday, July 28, 2018
Download certificate bundle from a website using Curl to a file
Openssl Command :-
openssl s_client -showcerts -connect exampleserver.com:443 > cert.pem
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