Chapter 9. Pretty Print Certificate
The Pretty Print Certificate utility, PrettyPrintCert, prints the contents of a certificate stored as ASCII base-64 encoded data to a readable format.
The PrettyPrintCert command has the following syntax:
PrettyPrintCert [-simpleinfo] input_file [output_file]
| Option | Description |
|---|---|
| simpleinfo | Optional. Prints limited certificate information in an easy to parse format. |
| input_file | Specifies the path to the file containing the ASCII base-64 encoded certificate. |
| output_file | Optional. Specifies the path and file to which the tool should write the certificate. If this option is not specified, the certificate information is written to the standard output. |
Table 9.1.