🗓️ Expiration-check is a command-line tool designed to verify the expiration dates of domains and TLS certificates.
  • Go 70.6%
  • Makefile 21.6%
  • Shell 7.8%
Find a file
Simon Vieille 16ecd0276f
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
update changelog
2024-07-22 11:06:07 +02:00
.woodpecker build multi-arch binaries 2024-07-22 11:05:38 +02:00
checker init 2024-07-22 10:36:51 +02:00
render init 2024-07-22 10:36:51 +02:00
.gitignore init 2024-07-22 10:36:51 +02:00
app.go init 2024-07-22 10:36:51 +02:00
CHANGELOG.md update changelog 2024-07-22 11:06:07 +02:00
go.mod init 2024-07-22 10:36:51 +02:00
go.sum init 2024-07-22 10:36:51 +02:00
main.go init 2024-07-22 10:36:51 +02:00
Makefile build multi-arch binaries 2024-07-22 11:05:38 +02:00
README.md fix readme 2024-07-22 10:49:05 +02:00

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 |
| mail.example.com  | XXX  | YYYY-MM-DD HH:MM:SS |
+-------------------+------+---------------------+