.\" Copyright (c) Members of the EGEE Collaboration. 2004-2010. .\" See http://www.eu-egee.org/partners/ for details on the copyright .\" holders. .\" .\" Licensed under the Apache License, Version 2.0 (the "License"); .\" you may not use this file except in compliance with the License. .\" You may obtain a copy of the License at .\" .\" http://www.apache.org/licenses/LICENSE-2.0 .\" .\" Unless required by applicable law or agreed to in writing, software .\" distributed under the License is distributed on an "AS IS" BASIS, .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" See the License for the specific language governing permissions and .\" limitations under the License. .\" .TH VERIFY-PROXY-TOOL 1 "May 13, 2015" "LCMAPS plugins verify proxy 1.5.10" .SH NAME verify-proxy-tool \- tool to verify a certificate chain including proxies .SH SYNOPSIS .B verify-proxy-tool .RB [ \-h | \-\-help ] .RB [ \-d | \-\-debug ] .RB [ \-q | \-\-quiet ] .RB [ \-t | \-\-atnotbefore] .RB [ proxy ] .SH DESCRIPTION This tool does a full chain check of a proxy, following the same logic as the \fBlcmaps_verify_proxy.mod\fR LCMAPS plugin. See for details the corresponding man page. When no proxy filename is specified as last argument, the default proxy filename for the user is used, i.e. /tmp/x509up_u. .SH OPTIONS .TP .BI "\-d\fR,\fB \-\-debug" Show (debug) output, repeat this option to get more debugging output. .TP .BI "\-q\fR,\fB \-\-quiet" Show less output, only printing errors, not warnings. .TP .BI "\-h\fR,\fB \-\-help" Show short helptext .TP .BI "\-t\fR,\fB \-\-atnotbefore" Verify the proxy chain at (5 minutes after) the 'notBefore' time of the leaf proxy instead of at the current time. .SH RETURN VALUES .TP .BI 0 verification and program succeeded .TP .BI 1 non-verification error, e.g. setup of parameters failed. .TP .BI 2 verification error, i.e. proxy is invalid. .SH BUGS Please report any errors to the Nikhef Grid Middleware Security Team . .SH SEE ALSO .BR lcmaps_verify_proxy.mod (8). .SH AUTHORS LCMAPS and the LCMAPS plug-ins were written by the Grid Middleware Security Team .