An open API service indexing awesome lists of open source software.

https://github.com/atomicobject/ssl_certificate_expiration_checker

Simple application to check the expiration dates on SSL certificates, and send notifications to a service.
https://github.com/atomicobject/ssl_certificate_expiration_checker

Last synced: 10 months ago
JSON representation

Simple application to check the expiration dates on SSL certificates, and send notifications to a service.

Awesome Lists containing this project

README

          

# SSL Certificate Expiration Checker

## Getting Started

- Add a config file at config/config.yml following the pattern in config/config.yml.example.
- Run `bundle install`
- Run `bundle exec rake ssl:check` to just run checks.
- Run `bundle exec rake ssl:check_and_notify` to run checks, and send notifications to the configured DMS snitch.