~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/clients/credentials/arcproxy.1.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
location of generated credentials proxy file
21
21
.TP
22
22
\fB\-C\fR
23
 
location of X509 certificate file, the file can be either pem, der, or pkcs12 formated
 
23
location of X509 certificate file, the file can be either pem, der, or pkcs12 formated; if this option is not set,
 
24
then env X509_USER_CERT will be searched; if X509_USER_CERT env is not set, then certificatepath item in client.conf
 
25
will be searched; if the location still is not found, then ~/.arc/, ~/.globus/, ./etc/arc, and ./ will be searched.
24
26
.TP
25
27
\fB\-K\fR
26
 
location of private key file, if the certificate is in pkcs12 format, then no need to give private key
 
28
location of private key file, if the certificate is in pkcs12 format, then no need to give private key; if this option is not set,
 
29
then env X509_USER_KEY will be searched; if X509_USER_KEY env is not set, then keypath item in client.conf
 
30
will be searched; if the location still is not found, then ~/.arc/, ~/.globus/, ./etc/arc, and ./ will be searched.
27
31
.TP
28
32
\fB\-T\fR
29
 
path to trusted certificate directory, only needed for voms client functionality
 
33
path to trusted certificate directory, only needed for voms client functionality; if this option is not set,
 
34
then env X509_CERT_DIR will be searched; if X509_CERT_DIR env is not set, then cacertificatesdirectory item in client.conf
 
35
will be searched.
30
36
.TP
31
37
\fB\-s\fR
32
38
path to top directory of VOMS *.lsc files, only needed for voms client functionality
33
39
.TP
34
40
\fB\-V\fR
35
41
path to voms server configuration file, only needed for voms client functionality
 
42
if the path is a directory rather than a file, all of the files under this directory will be searched
36
43
.TP
37
44
\fB\-S\fR
38
45
voms<:command>. Specify voms server.
179
186
1. command line options
180
187
.RE
181
188
.RS
182
 
2. $X509_VOMSES  or $X509_VOMS_FILE
183
 
.RE
184
 
.RS
185
 
3. client configuration file ~/.arc/client.conf
186
 
.RE
187
 
.RS
188
 
4. ~/.voms/vomses  
189
 
.RE
190
 
.RS
191
 
5. ~/.arc/vomses
192
 
.RE
193
 
.RS
194
 
6. /etc/grid-security/vomses
 
189
2. client configuration file ~/.arc/client.conf
 
190
.RE
 
191
.RS
 
192
3. $X509_VOMSES  or $X509_VOMS_FILE
 
193
.RE
 
194
.RS
 
195
4. ~/.arc/vomses
 
196
.RE
 
197
.RS
 
198
5. ~/.voms/vomses  
 
199
.RE
 
200
.RS
 
201
6. $ARC_LOCATION/etc/vomses  (this is for Windows environment)
195
202
.RE
196
203
.RS
197
204
7. $ARC_LOCATION/etc/grid-security/vomses  (this is for Windows environment)
198
205
.RE
 
206
.RS
 
207
8. $PWD/vomses 
 
208
.RE
 
209
.RS
 
210
9. /etc/vomses
 
211
.RE
 
212
.RS
 
213
10. /etc/grid-security/vomses
 
214
.RE
199
215
.RE
200
216
 
201
217
.TP