37 | | Call from the command line. |
| 37 | Call from the command line: |
| 38 | {{{ |
| 39 | Usage: myproxyclient [command] [options] |
| 40 | |
| 41 | commands: |
| 42 | logon Retrieve credentials from a MyProxy service |
| 43 | |
| 44 | |
| 45 | Options: |
| 46 | -h, --help show this help message and exit |
| 47 | -o OUTFILE, --out=OUTFILE |
| 48 | Set the file to store the retrieved creentials. If not |
| 49 | specified credentials will be stored in |
| 50 | X509_USER_PROXY environment variable. To write the |
| 51 | credential tostdout use -o -. |
| 52 | -C CADIR, --cadir=CADIR |
| 53 | Set location of trusted certificates. By default this |
| 54 | is the X509_CERT_DIR environment variable or |
| 55 | ~/.globus/certificates or /etc/grid-security. |
| 56 | -s HOSTNAME, --pshost=HOSTNAME |
| 57 | Set hostname of myproxy server |
| 58 | -p PORT, --psport=PORT |
| 59 | Set port of myproxy server |
| 60 | -t PROXY_LIFETIME, --proxy_lifetime=PROXY_LIFETIME |
| 61 | Set proxy certificate Lifetime (hours) |
| 62 | -S, --stdin_pass Read the password directly from stdin |
| 63 | -b, --bootstrap Download trusted CA certificates |
| 64 | -T, --trustroots Update trustroots |
| 65 | -l USERNAME, --username=USERNAME |
| 66 | Set username |
| 67 | }}} |
| 68 | Logon call: |