Using openssl
to test an SSL connection to google.com, using a CA file that's been pulled out from a Java keystore. For those days when you want to verify that you've got the right certificate in the store:
- Download the Equifax root certificate (which is the root CA for Google)
- Import the certificate into a new Java keystore
- Export the certificate back out again
- Convert the certificate to PEM
- Use
openssl
to test an SSL connection to Google with that cert