I want to download the ssl certificate from, say https://www.google.com, using wget or any other commands. Any unix command line? wget or openssl?
Answer
I found the answer. Openssl provides it.
openssl s_client -connect ${REMHOST}:${REMPORT}
No comments:
Post a Comment