Certificates

Check CSRs for content…

openssl req -in <your_csr.csr/pem> -noout -text

Inspect Certificate of Webhost

openssl s_client -connect <put_host_here>:443 -servername <put_host_here> </dev/null | openssl x509 -text -noout