1VOMS-PROXY-LIST(1) VOMS-PROXY-LIST(1)
2
3
4
6 voms-proxy-list - Shows a list of all availabel attributes from a spec‐
7 ified server
8
10 voms-proxy-list [options]
11
12
14 The voms-proxy-list prints on screen a list of all available attributes
15 from a specified proxy server.
16
17
19 Options may be specified indifferently with either a "-" or "--" pre‐
20 fix. The options from -help to -out are present for compatibility with
21 grid-proxy-init, and have the exact same meaning. The meaning of the
22 other ones is the following.
23
24
25 -help Displays usage
26
27
28 -version Displays version
29
30
31 -debug Enables extra debug output
32
33
34 -q Quiet mode, minimal output
35
36
37 -verify Verifies certificate to make proxy for
38
39
40 -pwstdin Allows passphrase from stdin
41
42
43 -cert certfile Non-standard location of user certificate
44
45
46 -key keyfile Non-standard location of user key
47
48
49 -certdir certdir Non standard location where the trusted CAs certifi‐
50 cates are kept.
51
52
53 -out proxyfile Location of new proxy cert
54
55
56 -voms voms Specifies the VOMS server to contact using the nickname
57 voms.
58
59
60 Example : voms-proxy-list --voms myVO
61
62
63 -conf file Read options from file.
64
65
66 -confile file
67
68
69 -userconf file
70
71
72 -vomses file Specifies the name of a configuration file from which a
73 list of nicknames is read. The format of the file is the following:
74 nick host port subject vo Where nick is the nickname, host and port
75 are the hostname and port of the server to contact, subject is the sub‐
76 ject of the server's certificate, while vo is the name of the VO that
77 owns the server. The default filenames are $PREFIX/etc/vomses and
78 $HOME/.glite/vomses.
79
80
81 Moreover, permissions must be 644 if a file is specified, and 755 if a
82 directory is specified
83
84
85 The three options are synonyms. -confile and -userconf are deprecated.
86 -vomses should be used instead.
87
88
89 -globus version Underlying Globus version.
90
91
92 -noregen Use existing proxy to contact the server and to sing the new
93 proxy.
94
95
96 -ignorewarn Ignore all warnings. They are not shown to the user.
97
98
99 -failonwarn Warnings become failures. The program will translates all
100 warnings into errors and will react accordingly, by returning a failure
101 itself.
102
103
104 -list Instead of producing an attribute certificate, this optin will
105 print on screen a list of all attributes available to the user. This is
106 a no-op
107
108
110 EGEE Bug Tracking Tool: https://savannah.cern.ch/projects/jra1mdw/
111
112
114 voms-proxy-list(1), voms-proxy-init(1), voms-proxy-info(1),
115 voms-proxy-destroy(1)
116
117
118 EDT Auth Home page: http://grid-auth.infn.it
119
120
121 CVSweb: http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms
122
123
124 RPM repository: http://datagrid.in2p3.fr/distribution/auto‐
125 build/i386-rh7.3
126
127
129 Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>.
130
131
132 Valerio Venturi <Valerio.Venturi@cnaf.infn.it>.
133
134
136 Copyright (c) Members of the EGEE Collaboration. 2004. See the benefi‐
137 ciaries list for details on the copyright holders.
138
139
140 Licensed under the Apache License, Version 2.0 (the "License"); you may
141 not use this file except in compliance with the License. You may obtain
142 a copy of the License at
143
144
145 www.apache.org/licenses/LICENSE-2.0: http://www.apache.org/licenses/LI‐
146 CENSE-2.0
147
148
149 Unless required by applicable law or agreed to in writing, software
150 distributed under the License is distributed on an "AS IS" BASIS, WITH‐
151 OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
152 See the License for the specific language governing permissions and
153 limitations under the License.
154
155
156
157
158 VOMS-PROXY-LIST(1)