Socket
Socket
Sign inDemoInstall

ssl-date-checker

Package Overview
Dependencies
16
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ssl-date-checker

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


Version published
Weekly downloads
21
decreased by-58%
Maintainers
1
Install size
632 kB
Created
Weekly downloads
 

Readme

Source

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

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

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

Example results:

{
    "valid_from": "Oct 15 09:57:00 2014 GMT",
    "valid_to": "Oct 16 09:57:00 2015 GMT",
    "expires": 69,
    "expired": false,
    "host": "iptorrents.com"
}

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

Keywords

FAQs

Last updated on 14 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc