Chapter 10. PrettyPrintCrl (Printing Readable CRLs))
The Pretty Print CRL tool,
PrettyPrintCrl
, prints the contents of a certificate revocation list (CRL) in an ASCII base-64 encoded file in a readable form.
10.1. Syntax Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The
PrettyPrintCrl
utility has the following syntax:
PrettyPrintCrl input_file [output-file]
PrettyPrintCrl input_file [output-file]
Option | Description |
---|---|
input_file | Specifies the path to the file that contains the ASCII base-64 encoded CRL. |
output_file | Optional. Specifies the path to the file to write the CRL. If the output file is not specified, the CRL information is written to the standard output. |