Setup guide
69
Chapter 10
Pretty Print CRL Tool
You can use the Pretty Print CRL tool to print the contents of a CRL stored as
ASCII base-64-encoded data in a human-readable form.
The chapter has the following sections:
• Location (page 69)
• Syntax (page 69)
• Example (page 70)
Location
The tool is located with the rest of the command-line tools in this directory:
<server_root>/bin/cert/tools
Syntax
To run the Pretty Print CRL tool, type the following command:
PrettyPrintCrl[.bat] <input_file> [<output-file>]
.bat specifies the file extension; this is required only when running the utility
on a Windows NT system.
<input_file> specifies the path to the file that contains the ASCII base-64
encoded CRL.
<output_file> specifies the path to the file to write the CRL. This argument is
optional; if you don’t specify an output file, the CRL information is written to
the standard output.