Quantcast
Channel: Recent Gists from brainsik
Viewing all articles
Browse latest Browse all 30

OpenSSL client commands

$
0
0
openssl-cli-notes.md

Connect to TLS endpoint w/SNI

echo | openssl s_client -connect $site:$port -servername $site

Show certificate expiration dates

echo | openssl s_client -connect $site:$port -servername $site 2>/dev/null | openssl x509 -noout -dates

Show all certificate info

echo | openssl s_client -connect $site:$port -servername $site 2>/dev/null | openssl x509 -noout -text

Viewing all articles
Browse latest Browse all 30

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>