Ford's Garage

Small garage of one Ford in the big internet


How To Read The SSL Certificate Info From the CLI


Read the SSL Certificate information from a text-file at the CLI


openssl x509 -text -noout -in certificate.crt 

Read the SSL Certificate information from a remote server


openssl s_client -showcerts -connect ma.ttias.be:443
https://ma.ttias.be/how-to-read-ssl-certificate-info-from-the-cli/