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.