- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://www.opsdash.com/
- 官方下载: https://github.com/rapidloop/certchk/archive/master.zip
软件介绍
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)
The Haskell School of Music
Paul Hudak、Donya Quick / Cambridge University Press / 2018-10-4 / GBP 42.99
This book teaches functional programming through creative applications in music and sound synthesis. Readers will learn the Haskell programming language and explore numerous ways to create music and d......一起来看看 《The Haskell School of Music》 这本书的介绍吧!
