Corrected things that led to errors during install

This commit is contained in:
Croft 2024-02-14 11:16:39 +01:00
parent 4abe193c58
commit 5bd9baaff7
2 changed files with 2 additions and 7 deletions

View File

@ -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): 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 ```shell
cd /srv/docker/beam-broker 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 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 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: You can check that the Bridgehead has connected to Beam with the following command:
```shell ```shell
curl -v https://ecdc-vm-ehds-test1.swedencentral.cloudapp.azure.com/v1/health/proxies pki-scripts/managepki list
``` ```

View File

@ -49,9 +49,3 @@ services:
- ./test/:/app/test/ - ./test/:/app/test/
- ./data/:/app/data/ - ./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"