*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Add option to disable SSL verification on check-records.sh

Merged Moser, Maximilian requested to merge mm/health into master
2 files
+ 39
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -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
```
Loading