Make this work for BBMRI-ERIC

This commit is contained in:
Martin Lablans
2022-10-25 11:45:01 +02:00
parent 47e45819ab
commit 07c0c4534e
7 changed files with 129 additions and 106 deletions

7
bbmri/vars Normal file
View File

@ -0,0 +1,7 @@
BROKER_ID=broker.bbmri.samply.de
BROKER_URL=https://${BROKER_ID}
PROXY_ID=${SITE_ID}.${BROKER_ID}
SPOT_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
SPOT_BEAM_SECRET_LONG="ApiKey spot.${PROXY_ID} ${SPOT_BEAM_SECRET_SHORT}"
SUPPORT_EMAIL=tomasik@mail.muni.cz
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem