Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenoir/expiryian
Simple script for checking if an X509 certificate has expired (or will do so in the next few days).
https://github.com/kenoir/expiryian
Last synced: 9 days ago
JSON representation
Simple script for checking if an X509 certificate has expired (or will do so in the next few days).
- Host: GitHub
- URL: https://github.com/kenoir/expiryian
- Owner: kenoir
- Created: 2013-02-12T17:42:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T12:32:16.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T21:59:34.568Z (2 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expiryian Certificate Check
Simple script whose exit status tells you if an X509 Certificate is about to expire.
Usage:
expiryian [options]
Example(s):
expiryian --days 3 http://www.example.com/mycert.pem
expiryian mycert.pemwhere [options] are:
--days, -d : Days to offset expiry check (default: 5)
--version, -v: Print version and exit
--help, -h: Show this message