Total Pageviews

Sunday, April 1, 2018

to retrive public SSL certificate openssl command






To retrieve public SSL certificate you can use a command similar to:
echo | openssl s_client -connect orasystemsusa.com:636 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'

No comments:

Post a Comment