Skip to content

Commit

Permalink
add openssl installation hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mksahakyan authored Dec 12, 2023
1 parent 4e61c80 commit 523738e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 523738e

Please sign in to comment.