Chapter 10. Pretty Print CRL

Chapter 10. Pretty Print CRL

10.1. Syntax
10.2. Usage

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

The PrettyPrintCrl utility has the following syntax:

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.

Table 10.1.