diff --git a/health/README.md b/health/README.md index 2625db764701270eb39a95626eb7704f6f2d5765..b263141c0a2091ded5e6558769a53a62b57b794c 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 ```