SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Installing SSH Tectia Client>>
    Configuring SSH Tectia Client >>
    Connecting >>
    Terminal Window >>
    File Transfer Window >>
    Toolbar Reference >>
    Menu Reference >>
    Troubleshooting >>
    Command-Line Tools >>
        SSH2
        SCP2 >>
        SFTP2 >>
        ssh-keygen2
        ssh-cmpclient >>
        Certificate Viewer
            Example

Certificate Viewer

The ssh-certview program (ssh-certview.exe on Windows) is a simple command-line application, capable of decoding and showing X.509 certificates, CRLs, and certification requests. The command output is written to the standard output.

The usage is simply:

  ssh-certview [options] filename

where options may be the following:

  • -pem

    Indicates that the input file is in PEM (ASCII base-64) format.

  • -crl

    Indicates that the input file contains a CRL.

  • -req

    Indicates that the input file contains a PKCS #10 certification request.

  • -skip bytes

    ssh-certview will skip the given number of bytes before trying to decode. This is useful if the file contains some garbage before the actual certificate.

Example

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2004 SSH Communications Security Corp.
All rights reserved.
Copyright Notice