EnglishFrenchSpanish

Ad


OnWorks favicon

grid-cert-info - Online in the Cloud

Run grid-cert-info in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command grid-cert-info that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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.

Use grid-cert-info online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Laravel
    Laravel
    Laravel is a free, open-source PHP web
    framework. Features:Expressive,
    beautiful syntax.Database agnostic
    migrationsSchema builderPainless
    routingPowerful queu...
    Download Laravel
  • 2
    nmon for Linux
    nmon for Linux
    nmon is short for Nigel's
    Performance Monitor It either shows you
    the stats on-screen updating once a
    second or saves the data to a CSV file
    for later anal...
    Download nmon for Linux
  • 3
    VBA-M (Archived - Now on Github)
    VBA-M (Archived - Now on Github)
    Project has moved to
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Features:Cheat creationsave statesmulti
    system, supports gba, gbc, gb, sgb,
    sgb2Tu...
    Download VBA-M (Archived - Now on Github)
  • 4
    Stacer
    Stacer
    Linux System Optimizer and Monitoring
    Github Repository:
    https://github.com/oguzhaninan/Stacer.
    Audience: End Users/Desktop. User
    interface: Qt. Programming La...
    Download Stacer
  • 5
    OrangeFox
    OrangeFox
    Fork of TeamWinRecoveryProject(TWRP)
    with many additional functions, redesign
    and more Features:Supports Treble and
    non-Treble ROMsUp-to-date Oreo kernel,
    built...
    Download OrangeFox
  • 6
    itop - ITSM  CMDB OpenSource
    itop - ITSM CMDB OpenSource
    IT Operations Portal: a complete open
    source, ITIL, web based service
    management tool including a fully
    customizable CMDB, a helpdesk system and
    a document man...
    Download itop - ITSM CMDB OpenSource
  • 7
    Clementine
    Clementine
    Clementine is a multi-platform music
    player and library organizer inspired by
    Amarok 1.4. It has a fast and
    easy-to-use interface, and allows you to
    search and ...
    Download Clementine
  • More »

Linux commands

Ad