From d3301fb2dbc9013c8331312f93c77b0ac16f7e29 Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Fri, 31 Jul 2026 18:11:15 +0200 Subject: [PATCH] Don't change readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b4f53..03a1b63 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ https:///bbmri-localdatamanagement/fhir ``` The name of your server will generally be the full name of the VM that the Bridgehead runs on. You can alternatively supply an IP address. -The FHIR API uses basic auth. You can find the credentials in `/etc/bridgehead/.local.conf`. Exactly one set of credentials is supported, so `bridgehead setuser ` replaces the previous ones. +The FHIR API uses basic auth. You can find the credentials in `/etc/bridgehead/.local.conf`. Note that if you don't have a DNS certificate for the Bridgehead, you will need to allow an insecure connection. E.g. with curl, use the `-k` flag.