Versions Compared

Key

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

...

Code Block
$ cp /opt/rucio/etc/usercert /opt/rucio/etc/usercert.pem
$ cp /opt/rucio/etc/userkey /opt/rucio/etc/userkey.pem
$ chmod 600 /opt/rucio/etc/usercert.pem
$ chmod 400 /opt/rucio/etc/userkey.pem

Create .globus directory in your home directory and copy usercert.pem and userkey.pem to .globus:

Code Block
$ mkdir ~/.globus
$ cp /opt/rucio/etc/usercert.pem ~/.globus  
$ cp /opt/rucio/etc/userkey.pem ~/.globus  

Authenticate your credentials with the VO:

Code Block
$ voms-proxy-init --voms <VO NAME>

Rucio configuration setup

...