How to install VeriSign and Thawte root certificate
authority (CA) certificates for ucspi-ssl:

First, install openssl and ucspi-ssl.

You can display the contents of a certificate with:
    openssl x509 -noout -text -in mycert.pem
You can display the MD5 fingerprint of a certificate with:
    openssl x509 -fingerprint -noout -in mycert.pem
You can display the SHA1 fingerprint of a certificate with:
    openssl x509 -fingerprint -sha1 -noout -in mycert.pem

See Also:
openssl certificates howto
openssl keys howto
debian ca-certificates package