Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will need BOTH UK eScience CA 2B can be obtained here, and the eScience ROOT obtained here.

You then need to combine them both into a file and call it ca-first.pem, this can be done like this:

Code Block
curl https://cert.ca.ngs.ac.uk/530f7122.0 > ca-first.pem
curl https://cert.ca.ngs.ac.uk/7ed47087.0 >> ca-first.pem

It is important to include the full path to the usercert.pem and userkey.pem files, and the e-Science CA 2B, as well as their file extensions. Otherwise Docker seems to think they are directories which causes problems. If you still have issues, you may need to chmod 777 the usercert and userkey files.

...

VO Names and Rucio abbreviations

Name

Abbreviation

DTeam

dtm

Square Kilometer Array Observatory

ska

Gridpp

gpp

Once the container is created. Inside the container run this command:

...