July
15
Check SSL valid from/valid till from the command line
echo | openssl s_client -connect itday.org.ua:443 -servername itday.org.ua 2>/dev/null | openssl x509 -noout -dates
echo | openssl s_client -connect itday.org.ua:443 -servername itday.org.ua 2>/dev/null | openssl x509 -noout -dates