Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Local certificate analyze
  2. openssl x509 -text -noout -in certificate.crt
  3.  
  4. # Remote certificate analyze
  5. openssl s_client -showcerts -connect your.site:443
Add Comment
Please, Sign In to add comment