This is an old revision of the document!


OpenSSL

Get the contents of a CSR
openssl req -noout -text -in domain.com.csr
Get the contents of a CRT
openssl x509 -noout -text -in domain.com.crt
See if a web server is using SSLv2
openssl s_client -connect localhost:443 -ssl2
See if a web server supports low ciphers
openssl s_client -connect localhost:443 -cipher LOW:EXP