//View Tip #529
Remotely connects to an https site, fetches the SSL certificate and displays the valid dates.
Similar Tips
There are no more tips with these tags. Perhaps you'd like to submit one, or browse the archives.

Latest tips by RSS
Click here to subscribe

Follow Shell-Fu on Twitter
Click here to follow

Follow Shell-Fu on identi.ca
Click here to follow
echo | openssl s_client -connect www.google.com:443 2>/dev/null |openssl x509 -dates -noout
Remotely connects to an https site, fetches the SSL certificate and displays the valid dates.
Comments
Add your comment
Comments are currently disabled
No Comments