From aa122d0bff60d157a759a0de9438f28f79d0ee45 Mon Sep 17 00:00:00 2001 From: Croft Date: Fri, 17 May 2024 11:44:37 +0200 Subject: [PATCH] Shortened national node names in config For ECDC, the Beam broker URL is very long, so the resulting Beam ID can be longer than 64 characters, which is too much for the CSR generation algorithm. --- bbmri/modules/bbmri.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bbmri/modules/bbmri.conf b/bbmri/modules/bbmri.conf index dda1f0c..c2bbcc8 100644 --- a/bbmri/modules/bbmri.conf +++ b/bbmri/modules/bbmri.conf @@ -19,18 +19,19 @@ ### Common Configuration of all Components -## This is the descriptive humanreadable name of your site (e.g. München LMU) -SITE_NAME=ECDC-Bridgehead- -## This is the id for your site used in machine to machine communication (e.g. muenchen-lmu) -SITE_ID=ecdc-bridgehead- +## This is a descriptive human readable name of your site (e.g. Belgium) +SITE_NAME= +## This is the id for your site used in machine to machine communication (should be +## lower-case, e.g. belgium) +SITE_ID= ## This server's hostname, for access from other computers within your institution ## (e.g. mybridgehead.intern.myinstitution.org) ## Optional. If left empty, this is auto-generated via the `hostname` command. HOST= ## Proxy Configuration -# leave empty if not applyable -# ex.: http://my-proxy-host:my-proxy-port +# leave empty if not applicable +# eg.: http://my-proxy-host:my-proxy-port HTTP_PROXY_URL= HTTP_PROXY_USERNAME= HTTP_PROXY_PASSWORD=