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
       Display the command-line options to grid-cert-info and exit.

   -version, -versions
       Display the version number of the grid-cert-info command. The
       second form includes more details.

   -file CERTIFICATE-FILE
       Display information about the first certificate contained in the
       file named by CERTIFICATE-FILE instead of the default user
       certificate.

   -rfc2253
       Display X.509 distinguished names using the string representation
       defined in RFC 2253 instead of the default OpenSSL oneline format.

   -all
       Display the text representation of the entire certificate in
       addition to any other facts requested by command-line options. This
       is the default if no fact-specific command-line options are used.

   -subject, -s
       Display the subject name of the X.509 certificate.

   -issuer, -i
       Display the issuer name of the X.509 certificate.

   -issuerhash, -ih
       Display the default hash of the issuer name of the X.509
       certificate. This can be used to locate which CA certificate in the
       trusted certificate directory issued the certificate being
       inspected.

   -startdate, -sd
       Display a string representation of the date and time when the
       certificate is valid from. This is displayed in the format used by
       the OpenSSL x509 command.

   -enddate, -ed
       Display a string representation of the date and time when the
       certificate is valid until. This is displayed in the format used by
       the OpenSSL x509 command.

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
       Path to the default certificate file to inspect.

AUTHOR

   Copyright  1999-2014 University of Chicago





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.