From 397a10d8c1ef1374710a6aa5db76a3af25599bd3 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Thu, 27 Jul 2023 15:31:35 +0200
Subject: [PATCH] Update README for health check tools

---
 health/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/health/README.md b/health/README.md
index 2625db7..b263141 100644
--- a/health/README.md
+++ b/health/README.md
@@ -12,6 +12,7 @@ In the end, a short summary is shown about how many records were fine and how ma
 
 ### Prerequisites
 
+* `bash`
 * `jq`
 * `curl`
 
@@ -25,4 +26,7 @@ In the end, a short summary is shown about how many records were fine and how ma
 # alternative to above
 export BASE_URL=inveniordm.web.cern.ch
 ./check-records.sh
+
+# disable SSL check for local instance
+./check-records.sh -k https://localhost
 ```
-- 
GitLab