From 81e5a6ea3f2806956a62b966b7b3296c62658185 Mon Sep 17 00:00:00 2001 From: Croft Date: Tue, 13 Feb 2024 13:42:55 +0100 Subject: [PATCH] Explained the file edits for EHDS2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b260dd5..bf9d032 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ sudo git checkout ehds2 sudo mkdir -p /etc/bridgehead/ sudo cp bbmri/modules/bbmri.conf /etc/bridgehead/ sudo chown -R bridgehead:root . /etc/bridgehead +sudo vi /etc/bridgehead/bbmri.conf # Modify to include national node name and admin contact details ``` If this is not an ECDC/EHDS2 installation, then download your site specific configuration repository: @@ -187,7 +188,7 @@ 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 vi csr/ecdc-bridgehead-.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 ```