expiration-check/README.md
Simon Vieille 91e551f6d5
All checks were successful
ci/woodpecker/push/build Pipeline was successful
init
2024-07-22 10:36:51 +02:00

989 B

Expiration checker

Checks the expiration dates of domains et certificates.

Usage

Go to releases and download the latest version.

$ expiration-check domains -d example.com -d other-example.com
+-------------------+------+---------------------+
| DOMAIN            | DAYS | DATE                |
+-------------------+------+---------------------+
| example.com       | XX   | YYYY-MM-DD HH:MM:SS |
| other-example.com | XXX  | YYYY-MM-DD HH:MM:SS |
+-------------------+------+---------------------+

$ expiration-check certificates -d example.com -d other-example.com -d mail.example.com:993
+-------------------+------+---------------------+
| DOMAIN            | DAYS | DATE                |
+-------------------+------+---------------------+
| example.com       | XX   | YYYY-MM-DD HH:MM:SS |
| other-example.com | XXX  | YYYY-MM-DD HH:MM:SS |
+-------------------+------+---------------------+