mirror of https://github.com/samply/bridgehead.git
Corrected things that led to errors during install
This commit is contained in:
parent
4abe193c58
commit
5bd9baaff7
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue