Skip to content

Setup Certificates

Katie mason edited this page Mar 29, 2021 · 1 revision

Get certificates

We need to generate certificates to allow us to use xrdcp to get files off fnal

  • Log back into Fermilab, once you are ready to start transferring. This will need to be redone every day, so it will make your life easier to do this only once you are ready to transfer and the above steps are complete.

  • Setup uboone code again

    source /cvmfs/uboone.opensciencegrid.org/products/setup_uboone.sh
    setup uboonecode v08_00_00_40 -q e17:prof
    
  • Run the following commands to generate certificates:

    setup jobsub_client
    kinit you-username
    kx509
    voms-proxy-init -noregen -rfc -voms fermilab:/fermilab/uboone/Role=Analysis
    
  • Copy this output to a document somewhere if it is your first time setting up as you will need it when setting up the container on tufts

Clone this wiki locally