Certchk HTTPS 证书检查工具 Certchk

xuanbao2016-03-16 16:00:00 • 2052 次点击    
这是一个分享于 2016-03-16 16:00:00 的项目,其中的信息可能已经有所发展或是发生改变。

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

获取安装

$ go get github.com/rapidloop/certchk

使用

$ go get github.com/rapidloop/certchk

$ certchk
Usage: 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 comment
www.netlanders.net
www.facebook.com
ttybuy.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)

quick and dirty https certificate checking toolRead More

Latest commit to the master branch on 4-13-2018
Download as zip
授权协议:
MIT
开发语言:
Google Go 查看源码»
操作系统:
跨平台
2052 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传