mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
Corrected things that led to errors during install
This commit is contained in:
@ -191,13 +191,14 @@ sudo ./bridgehead enroll <PROJECT>
|
||||
Note: if you are doing an ECDC/EHDS2 installation, you will need to perform the Beam certificate signing yourself. Do not send an email to either of the email addreesses suggested by the bridgehead enroll procedure. Instead, log on to the VM where Beam is running and perform the following (you will need root permissions):
|
||||
```shell
|
||||
cd /srv/docker/beam-broker
|
||||
sudo mkdir -p csr
|
||||
sudo vi csr/ecdc-bridgehead-<national node name>.csr # Copy and paste the certificate printed during the enroll
|
||||
sudo pki-scripts/managepki sign --csr-file csr/ecdc-bridgehead-<national node name>.csr --common-name=ecdc-bridgehead-<national node name>.broker.bbmri.samply.de
|
||||
```
|
||||
|
||||
You can check that the Bridgehead has connected to Beam with the following command:
|
||||
```shell
|
||||
curl -v https://ecdc-vm-ehds-test1.swedencentral.cloudapp.azure.com/v1/health/proxies
|
||||
pki-scripts/managepki list
|
||||
|
||||
```
|
||||
|
||||
|
@ -49,9 +49,3 @@ services:
|
||||
- ./test/:/app/test/
|
||||
- ./data/:/app/data/
|
||||
|
||||
# Report on the data pushed to Blaze by TransFAIR
|
||||
blazectl:
|
||||
container_name: blazectl
|
||||
image: samply/blazectl
|
||||
command: sh -c "sleep 300 && echo Source store && blazectl --server http://blaze:8080/fhir count-resources && tail -f /dev/null"
|
||||
|
||||
|
Reference in New Issue
Block a user