From 523738e73c5921b1d4a0090adc2fe416eed98a1b Mon Sep 17 00:00:00 2001 From: mksahakyan Date: Tue, 12 Dec 2023 13:26:44 +0100 Subject: [PATCH] add openssl installation hint --- BUILDING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 05d378478ec..a257e6a1be3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -110,12 +110,15 @@ thus to run without postgresql. To build it simply run: mvn clean package -am -pl packages/system-test -You will need the `patch` utility for it to succeed. +You will need to install `OpenSsl` toolkit and the `patch` utility for it to succeed. This entails a completely self-contained dCache instance in `packages/system-test/target/dcache`. It can be started using: packages/system-test/target/bin/ctlcluster start + +Next . + To use GSI and TLS protocols, you may have to copy the test CA certificates into your `/etc/grid-security/certificates/` directory. Follow the instructions shown at the end of the build.