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.