Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- openssl s_client -connect www.example.com:443 >>/tmp/cert-tmp.crt
- ^C
- openssl x509 -in /tmp/cert-tmp.crt -text -noout
- rm -i /tmp/cert-tmp.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement