README: basic usage
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
3bdddaa253
commit
f79c74c16c
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
|||
# too-soon
|
||||
|
||||
alert on upcoming expirations
|
||||
alert on upcoming expirations.
|
||||
like, certificates for my domain expire too soon.
|
||||
|
||||
Default is expiration within 20 days.
|
||||
|
||||
## inital functionality
|
||||
|
||||
Arguments passed to the tool are PEM encoded x509 files.
|
||||
No output at all if all good.
|
||||
If any of the PEM x509 files have DNS Names _and_ the notAfter date is within 20day from today, then output text alert to stdout and return non-zero exit code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue