Advertisement
Infra_HDC

check SSL - 2019

Oct 16th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. openssl s_client -connect www.example.com:443 >>/tmp/cert-tmp.crt
  2. ^C
  3. openssl x509 -in /tmp/cert-tmp.crt -text -noout
  4. rm -i /tmp/cert-tmp.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement