Custom Search

Thursday, February 4, 2016

How to find certificate from a server


$ openssl  s_client -connect my.myservices.com:8774

OR

$openssl s_client -showcerts -connect my.myservices.com:8774 | openssl x509 > tempfile.txt


No comments:

Post a Comment