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}
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}
I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...
No comments:
Post a Comment