Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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.pem

where [options] are:
--days, -d : Days to offset expiry check (default: 5)
--version, -v: Print version and exit
--help, -h: Show this message