Quick Tip for Checking SSL Keys
Here’s a great way to quickly check your SSL keys for validity:
# on one host, set up the server (using default port 4433)
openssl s_server -cert mycert.pem -www
# on second host (or even the same one), run s_time
openssl s_time -connect myhost:4433 -www / -new -ssl3