Advertisement
rehannali

SSL Pinning Cert Download

Oct 11th, 2022
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | Software | 0 0
  1. openssl s_client -servername <hostname> -connect <hostname>:443 </dev/null | openssl x509 -outform DER > <hostname>.der
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement