CrlWatchdog
Checks if an OpenSSl certificate revocation file expires within a given amount of days.
Installation
Install the system executable:
$ gem install crl_watchdog
Usage
$ crlwatch --file /path/to/crl.pem --days 14
The CLI returns 0 if the CRL expires after the given amount of days and 1 if the expiration date is within the given period.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request