From 5e8d28d2009d271a415730dd4e501ba227f427c3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 4 Jun 2018 12:56:34 +0200 Subject: [PATCH] Update README Signed-off-by: Knut Ahlers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a63ecc..bbba8bb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This project contains a small monitoring tool to check URLs for their certificat - Warns before the certificates expires - Gives a handy overview over all monitored URLs - Data is made available in Prometheus readable format for monitoring +- Provide own root certificates to accept for chain validation ## Usage @@ -19,8 +20,9 @@ This project contains a small monitoring tool to check URLs for their certificat # ./promcertcheck --help Usage of ./promcertcheck: --expire-warning duration When to warn about a soon expiring certificate (default 744h0m0s) + --listen string Port/IP to listen on (default ":3000") --log-level string Verbosity of logs to use (debug, info, warning, error, ...) (default "info") - --probe stringSlice URLs to check for certificate issues + --probe strings URLs to check for certificate issues --roots-dir string Directory to load custom RootCA certs from to be trusted (*.pem) --version Print program version and exit