Skip to content

mquinnv/ssl-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility to monitor SSL renewal dates for UptimeRobot checks

Resources

License

Stars

Watchers

Forks

Packages

No packages published