You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ssl-check

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-check

SSL Cert Checker

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

ssl-check

Utility to monitor SSL renewal dates for UptimeRobot checks

Setup:

in the var directory, create a new file named uptimeRobot with your API key that looks like:

module.exports = 'uxxxx-xxxxxxxxxxxx';

then create a file named slack with your webhook and channel that looks like:

module.exports = {
  hook: 'https://hook.slack.com/services/XXXX',
  channel: '#ssl (defaults to #general)'
};

Usage: ssl-check [options] [command]

Commands:

update      check every site and update local db with cert expiry
insert      get the list of checks from UptimeRobot and insert any missing ones into local db
recheck     recheck each expired or expiring cert and notify slack on renewal
notify      notify slack channel about any expring or expired certs
help [cmd]  display help for [cmd]

Options:

-h, --help     output usage information
-V, --version  output the version number

FAQs

Package last updated on 09 Sep 2015

Did you know?

Socket

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