Skip to content

OpenSSL

Display content of a certificate

   openssl x509 -in `your_certificate.pem` -text

Connect to a port with ssl encryption and a specific protocol

   openssl s_client -connect 10.10.10.10:443 -tls1_2