| 13 | 1. Upload to another !MyProxy server so that CEDA's WPS can obtain a delegated credential from it: |
| 14 | {{{ |
| 15 | $ myproxy-init myproxy-init -s myproxy-service.ceda.ac.uk -x -Z "/C=UK/O=CEDA/OU=MashMyData/CN=host/wps.ceda.ac.uk" -d -n |
| 16 | }}} |
| 17 | 1. The CEDA WPS, obtains a delegated credential so that it run a job on the user's behalf: |
| 18 | {{{ |
| 19 | $ myproxy-logon -s myproxy-service.ceda.ac.uk -l "/O=MyIdP/CN=myusername" -n |
| 20 | A credential has been received for user /O=MyIdP/CN=myusername in /tmp/x509up_u0. |
| 21 | }}} |