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 Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark [...]
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