1ARCSLCS(1) NorduGrid Users Manual ARCSLCS(1)
2
3
4
6 arcslcs - ARC Credentials short-lived credential generation utility
7
9 arcslcs [OPTION]
10
12 arcslcs generates short-lived credential based on the credential to IdP
13 in SAML2SSO profile (normally the username/password to Shibboleth IdP).
14
16 -d level of information printed. Possible values are DEBUG, VER‐
17 BOSE, INFO, WARNING, ERROR and FATAL.
18
19 -S url of SLCS (short-lived credential service) Service. e.g.
20 https://127.0.0.1:60000/slcs
21
22 -I the name of IdP. e.g. https://idp.testshib.org/idp/shibboleth
23
24 -U user account to IdP
25
26 -P password for user account to IdP
27
28 -Z size of the private key, default is 1024
29
30 -K passphrase for protecting the private key, if not set, the pri‐
31 vate key file will not be protected by passphrase
32
33 -L life time of the credential, starting with current time, unit is
34 hour
35
36 -D store directory of the credential
37
38 -z configuration file of the client, default is ~/.arc/client.conf
39
40 -h prints short usage description
41
42 If not specified location of certificate, key and certificate path will
43 be taken from content of environment variables X509_USER_CERT,
44 X509_USER_KEY, if these environment also have not been set, then
45 ~/.globus will be used
46
48 Report bugs to http://bugzilla.nordugrid.org/
49
50
52 ARC_LOCATION
53 The location where ARC is installed can be specified by this
54 variable. If not specified the install location will be deter‐
55 mined from the path to the command being executed, and if this
56 fails a WARNING will be given stating the location which will be
57 used.
58
59
60 ARC_PLUGIN_PATH
61 The location of ARC plugins can be specified by this variable.
62 Multiple locations can be specified by separating them by : (;
63 in Windows). The default location is $ARC_LOCATION/lib/arc (\ in
64 Windows).
65
66
68 APACHE LICENSE Version 2.0
69
70
73 Weizhong Qiang <weizhong.qiang@fys.uio.no>
74
75
76
77NorduGrid ARC 1.1.0 2011-10-24 ARCSLCS(1)