check ssl certificate expiry dates
Another one for today.. :-D
I wanted to find a quick way to show me the expiry dates of ssl
certificates on the fly, without going through any browsers etc.
A combination of sed and openssl did the job.
``` {.lang:sh .decode:true} echo "" | openssl s_client -showcerts -connect www.ubs ...
more ...