...
At LRZ copy the contents of ~/.uftp/id_uftp_to_lrz.pub
(located at JUDAC) into the file ~/.sshuftp/authorized_keys
(located at LRZ) and replace the authentification URL https://uftp.fz-juelich.de:9112/UFTP_Auth/rest/auth/JUDAC with https://datagw03.supermuc.lrz.de:9000/rest/auth/DATAGW or https://datagw04.supermuc.lrz.de:9000/rest/auth/DATAGW, so e.g.
...
In the following we assume that you successfully obtained your signed certificate as a .p12
file which is called "SignedGridCert.p12
". As a next step, you need to extract you your DN (Distingiushed Name) from the certificate. This can be done via
Code Block | ||
---|---|---|
| ||
openssl pkcs12 -in SignedGridCert.p12 -nodes | openssl x509 -noout -subject -nameopt RFC2253 | sed s/"subject="// Enter Import Password: subjectCN=C = DE, O = GridGermany, OU = John Doe,OU=Leibniz-Rechenzentrum, CN = John DoeO=GridGermany,C=DE |
Afterwards, please follow the instructions on https://www.lrz.de/services/compute/grid_en/certificate_en/person-certificate_en/register_cert_en/ to associate your DN with your LRZ-Account.
Until the association becomes valid it may take up to thirty minutes.
Note |
---|
Please note the reverse order in the DN. From the example above, the DN you need to enter into the IDM portal would be CN=John Doe,OU=Leibniz-Rechenzentrum,O=GridGermany,C=DE |
Note |
To use GridFTP with HLRS and JSC you also need to associate your DN with your corresponding usernames at these sites. For JSC, this can be done in https://judoor.fz-juelich.de/ under "Change data", for HLRS you need to contact the colleagues directly. |
...
Data Transfer to/from PRACE sites
Note |
---|
Coming Soon. |
...
Beyond Data Transfer: Sharing and Public Access
...