How to verify SSL cert from command line

When I need to verify an SSL certificate and the corresponding CA intermediate certs a good tool is openssl like this:

openssl verify -CAfile cabundle.crt www.domain.com.crt
  • Leerb

    test

blog comments powered by Disqus