From 6579415926fcddf8b7569c4d3db39665f42fec92 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 24 Apr 2024 09:28:20 +0200
Subject: [PATCH] update docs

---
 docs/20_Checks/check_ssl_certs.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/20_Checks/check_ssl_certs.md b/docs/20_Checks/check_ssl_certs.md
index a9dc336..a84bca8 100644
--- a/docs/20_Checks/check_ssl_certs.md
+++ b/docs/20_Checks/check_ssl_certs.md
@@ -1,4 +1,4 @@
-# check SNMP data
+# Check ssl certs
 
 ## Introduction
 
@@ -9,6 +9,11 @@ This functionality requires the openssl binary in $PATH.
 
 It sends performace data with count of days left.
 
+Remark:
+
+This is just a local check of the certificate file.
+It cannot detect a revocation at the issuer.
+
 ## Syntax
 
 Start the script with `-h` to get the help.
-- 
GitLab