From 5bd9baaff7fa047a5049f98572fcd6aef506a4ed Mon Sep 17 00:00:00 2001 From: Croft Date: Wed, 14 Feb 2024 11:16:39 +0100 Subject: [PATCH] Corrected things that led to errors during install --- README.md | 3 ++- bbmri/modules/ehds2-compose.yml | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index acea451..6b6f9ba 100644 --- a/README.md +++ b/README.md @@ -191,13 +191,14 @@ sudo ./bridgehead enroll 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-.csr # Copy and paste the certificate printed during the enroll sudo pki-scripts/managepki sign --csr-file csr/ecdc-bridgehead-.csr --common-name=ecdc-bridgehead-.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 ``` diff --git a/bbmri/modules/ehds2-compose.yml b/bbmri/modules/ehds2-compose.yml index ae0f2c5..337f0af 100644 --- a/bbmri/modules/ehds2-compose.yml +++ b/bbmri/modules/ehds2-compose.yml @@ -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" -