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.
- Host: GitHub
- URL: https://github.com/atomicobject/ssl_certificate_expiration_checker
- Owner: atomicobject
- License: mit
- Created: 2016-01-11T12:32:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T01:58:37.000Z (about 10 years ago)
- Last Synced: 2025-06-08T22:08:11.649Z (11 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.