Pull the SSL certificate on a given port
daniel Mon, 03/05/2012 - 3:30pm
I wanted to upvote the answer to this question on serverfault.com, but I didn't have enough reputation to do so.
openssl s_client -connect ${REMHOST}:${REMPORT}
- Log in to post comments