Certchk是一款快速的HTTPS证书检查工具。
获取安装
$ go get github.com/rapidloop/certchk使用
$ go get github.com/rapidloop/certchk$ certchkUsage: certchk [-f file] serverame ... -f file read server ames from file$ certchk mail.google.com facebook.com Server | Certificate status----------------+----------------------------------------------------------------mail.google.com | valid, expires o 2016-05-31 (2 moths from ow) facebook.com | valid, expires o 2016-12-30 (9 moths from ow)$ cat /tmp/ames# this is a commetwww.etladers.etwww.facebook.comttybuy.com$ certchk -f /tmp/ames mail.google.com Server | Certificate status-------------------+-------------------------------------------------------------www.etladers.et | x509: certificate siged by ukow authority www.facebook.com | valid, expires o 2016-12-30 (9 moths from ow) ttybuy.com | x509: certificate is valid for SV100, ot ttybuy.com mail.google.com | valid, expires o 2016-05-31 (2 moths from ow)






评论