如何用指令來檢查SSL證書(SSL cert)到期日?
如何用指令來檢查SSL證書(SSL cert)到期日?
References: How to check the SSL cert expiration date using command?用openssl的指令來檢查SSL證書(SSL cert)到期日
$> echo | openssl s_client -connect www.google.com:443 2>/dev/null | openssl x509 -noout -dates
結果notBefore=Dec 11 12:02:58 2013 GMT
notAfter=Apr 10 00:00:00 2014 GMT
留言