1VOMS-PROXY-INFO(1)                                          VOMS-PROXY-INFO(1)
2
3
4

NAME

6       voms-proxy-info - prints informations about a proxy with VOMS
7       extensions
8

SYNOPSIS

10       voms-proxy-info [options]
11

DESCRIPTION

13       The voms-proxy-info command prints information about a proxy, including
14       information about the VOMS extension.
15
16       The default location of the proxy is
17
18            /tmp/x509up_u<user_id>
19
20       where user_id is the effective user id of the user running the command.
21       A non-standard location for the proxy can be specified using the -file
22       option.
23

OPTIONS

25       Options may be specified indifferently with either a "-" or "--"
26       prefix.
27
28       --acexists <voname>
29
30           Returns 0 if AC exists corresponding to voname, 1 otherwise
31
32       --acissuer
33
34           Prints the DN of AC issuer (certificate signer)
35
36       --acsubject
37
38           Prints the distinguished name (DN) of AC subject
39
40       --actimeleft
41
42           Prints time (in seconds) until AC expires
43
44       --all
45
46           All proxy options in a human readable format
47
48       -b,--bits <B>
49
50           [option to -exists] strength requirement for proxy to be valid
51
52       --chain
53
54           Prints information about the whole proxy certificate chain (CA excluded)
55
56       --conf <file>
57
58           Read options from <file>
59
60       --debug
61
62           Enables extra debug output
63
64       -e,--exists
65
66           Returns 0 if valid proxy exists, 1 otherwise
67
68       --file <proxyfile>
69
70           Reads information from file <proxyfile>
71
72       --fqan
73
74           Prints VOMS fully qualified attribute names (FQANs)
75
76       --help
77
78           Displays helps and exits
79
80       --hours <H>
81
82           [option to -exists] time requirement for proxy to be valid (deprecated, use -valid instead)
83
84       --identity
85
86           Prints the DN of the identity represented by the proxy
87
88       --issuer
89
90           Prints the proxy issuer DN
91
92       -k,--keyusage
93
94           Prints content of the KeyUsage extension
95
96       -p,--path
97
98           Prints the proxy file pathname
99
100       --serial
101
102           Prints the AC serial number
103
104       --strength
105
106           Prints the proxy key size (in bits)
107
108       --subject
109
110           Prints the proxy subject Distinguished name (DN)
111
112       --text
113
114           Prints all information regarding the certificate
115
116       --timeleft
117
118           Prints time (in seconds) until proxy expires
119
120       --type
121
122           Prints the proxy type (full or limited)
123
124       --uri
125
126           Prints the URI of the VOMS server that issued the attributes
127
128       --usage
129
130           Displays helps and exits
131
132       --valid <H:M>
133
134           [option to -exists] time requirement for proxy to be valid
135
136       --version
137
138           Displays version
139
140       --vo
141
142           Prints the vo name
143

BUGS

145       To report bugs or ask for support, use GGUS:
146       https://ggus.eu/pages/home.php
147

AUTHORS

149       Andrea Ceccanti <andrea.ceccanti@cnaf.infn.it>
150
151       Daniele Andreotti <daniele.andreotti@cnaf.infn.it>
152
153       Valerio Venturi <valerio.venturi@cnaf.infn.it>
154

SEE ALSO

156       voms-proxy-destroy(1), voms-proxy-info(1), vomses(5), vomsdir(5)
157

COPYING

159       Copyright 2012 Istituto Nazionale di Fisica Nucleare
160
161       Licensed under the Apache License, Version 2.0 (the "License"); you may
162       not use this file except in compliance with the License. You may obtain
163       a copy of the License at
164
165           http://www.apache.org/licenses/LICENSE-2.0
166
167       Unless required by applicable law or agreed to in writing, software
168       distributed under the License is distributed on an "AS IS" BASIS,
169       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
170       implied. See the License for the specific language governing
171       permissions and limitations under the License.
172
173
174
175                                  11/24/2012                VOMS-PROXY-INFO(1)
Impressum