Certchk HTTPS 证书检查工具开源项目

我要开发同款
匿名用户2016年03月17日
12阅读
所属分类Google Go、程序开发、网络工具包
授权协议MIT

作品详情

Certchk是一款快速的HTTPS证书检查工具。

获取安装

$ go get github.com/rapidloop/certchk

使用

$ go get github.com/rapidloop/certchk$ certchkUsage: certchk [-f file] servername ...  -f file        read server names from file$ certchk mail.google.com facebook.com         Server | Certificate status----------------+----------------------------------------------------------------mail.google.com | valid, expires on 2016-05-31 (2 months from now)   facebook.com | valid, expires on 2016-12-30 (9 months from now)$ cat /tmp/names# this is a commentwww.netlanders.netwww.facebook.comttybuy.com$ certchk -f /tmp/names mail.google.com            Server | Certificate status-------------------+-------------------------------------------------------------www.netlanders.net | x509: certificate signed by unknown authority  www.facebook.com | valid, expires on 2016-12-30 (9 months from now)        ttybuy.com | x509: certificate is valid for SV100, not ttybuy.com   mail.google.com | valid, expires on 2016-05-31 (2 months from now)
查看全文
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论