Skip to content

alexanderteves/sslexpiry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sslexpiry

CLI tool to print expiration date ("not after") of PEM encoded certificates. Can show the default time string or Unix time. Useful for monitoring software calculating time diffs with Unix times.

Usage

Make sure you have the OpenSSL development headers installed. Compile with make or gcc -Wall main.c -o sslexpiry -lcrypto.

sslexpiry /path/to/certificate.pem or sslexpiry -u /path/to/certificate.pem.

About

CLI tool to print PEM certificates' expiration date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published