项目作者: rheh

项目描述 :
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
高级语言: JavaScript
项目地址: git://github.com/rheh/ssl-date-checker.git
创建时间: 2015-07-26T16:55:22Z
项目社区:https://github.com/rheh/ssl-date-checker

开源协议:MIT License

下载


ssl-date-checker v2.0.6

Nodejs Library to check and report on the issues on and expiration date of a given SSL certificate for a given domain.

Usage:

$ ssl-date-checker host [-f text|json] [-p port]

Example results:

$ ssl-date-checker npm.org

  1. Certification for npm.org
  2. Issue On: Dec 13 00:51:56 2014 GMT
  3. Expires On: Jan 13 11:24:29 2017 GMT
  4. Expires in 536 days

$ ssl-date-checker npm.org -f json

Example results:

  1. {
  2. "valid_from": "Oct 15 09:57:00 2014 GMT",
  3. "valid_to": "Oct 16 09:57:00 2015 GMT",
  4. "expires": 69,
  5. "expired": false,
  6. "host": "iptorrents.com"
  7. }

Installing

npm install -g ssl-date-checker

Contributors

One-man-band at the moment. Contact me at twitter on @rayhammond, or, via my blog here http://geeksretreat.wordpress.com if you are interest in getting involved.

License

MIT