Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 144 Bytes

File metadata and controls

4 lines (3 loc) · 144 Bytes

Tips and tricks for working with SSL

Get all certs in chain from a server:

openssl s_client -host google.com -port 443 -prexit -showcerts