table of contents
GRID-CERT-INFO(1) | Grid Community Toolkit Manual | GRID-CERT-INFO(1) |
NAME¶
grid-cert-info - Display information about a certificate
SYNOPSIS¶
grid-cert-info -help | -usage | -version | -versions
grid-cert-info OPTIONS
DESCRIPTION¶
The grid-cert-info program displays information contained within a certificate file. By default it shows a text representation of the entire certificate. Specific facts about the certificate can be shown instead by using command-line options. If any of those options are used, then the default display is suppressed. This can be added to the output by using the -all command-line option.
If multiple display options are included on the command-line, the facts related to those will be displayed on separate lines in the order that they occur. If an option is specified multiple time, that fact will be displayed multiple times.
OPTIONS¶
The full set of command-line options to grid-cert-info are:
-help, -usage
-version, -versions
-file CERTIFICATE-FILE
-rfc2253
-all
-subject, -s
-issuer, -i
-issuerhash, -ih
-startdate, -sd
-enddate, -ed
EXAMPLES¶
Display the validity times for the default certificate
% grid-cert-info -sd -ed Aug 31 12:33:47 2009 GMT Aug 31 12:33:47 2010 GMT
Display the same information about a different certificate specified on the command-line
% grid-cert-info -sd -ed -f /etc/grid-security/hostcert.pem Jan 21 12:24:48 2003 GMT Jul 15 11:30:57 2020 GMT
Display the subject of a certificate in both the default and the RFC 2253 forms.
% grid-cert-info -subject /DC=org/DC=example/DC=grid/CN=Joe User % grid-cert-info -subject -rfc2253 CN=Joe User,DC=grid,DC=example,DC=org
ENVIRONMENT¶
The following environment variables affect the execution of grid-cert-info:
X509_USER_CERT
AUTHOR¶
Copyright © 1999-2014 University of Chicago
03/31/2018 | Grid Community Toolkit 6 |