[root@monitor ssl.crt]# openssl x509 -in
mail.bob.com.crt -startdate -noout
notBefore=Feb 19 02:18:10 2008
GMT
[root@monitor ssl.crt]#
[root@monitor ssl.crt]# openssl x509
-in mail.bob.com.crt -startdate -noout |cut -d '=' -f 2 |xargs -i date -d
{}
二 2月 19 10:18:10 CST 2008
[root@monitor
ssl.crt]#
[root@monitor ssl.crt]# openssl x509
-in mail.bob.com.crt -enddate -noout
notAfter=Feb 18 02:18:10
2009 GMT
[root@monitor ssl.crt]#
[root@monitor ssl.crt]# openssl x509
-in mail.bob.com.crt -enddate -noout |cut -d '=' -f 2 |xargs -i date -d {}
三 2月 18 10:18:10 CST 2009
[root@monitor ssl.crt]#
[root@monitor ssl.crt]# openssl x509
-in mail.bob.com.crt -dates -noout
notBefore=Feb 19 02:18:10 2008
GMT
notAfter=Feb 18 02:18:10 2009 GMT
[root@monitor ssl.crt]#
阅读(2009) | 评论(0) | 转发(1) |