| 8 | }}} |
| 9 | == Preparing credentials == |
| 10 | 1. Copy your credentials (PKCS12 keystore) to the qcg machine: |
| 11 | {{{ |
| 12 | scp plg[your-id].p12 plg[your-id]@qcg.man.poznan.pl:~/ |
| 13 | }}} |
| 14 | 2. Create `~/.globus` directory |
| 15 | {{{ |
| 16 | mkdir ~/.globus |
| 17 | }}} |
| 18 | 3. Convert your credentials to the `.pem` format |
| 19 | {{{ |
| 20 | |
| 21 | $ openssl pkcs12 -nocerts -in usercred.p12 -out ~/.globus/userkey.pem |
| 22 | $ openssl pkcs12 -clcerts -nokeys -in usercred.p12 -out ~/.globus/usercert.pem |
| 23 | $ chmod 644 ~/.globus/usercert.pem |
| 24 | $ chmod 400 ~/.globus/userkey.pem |