Return to Snippet

Revision: 6632
at June 4, 2008 03:10 by breakerjump


Initial Code
openssl crl -inform DER -in FILENAME.crl -text -noout

Initial URL


Initial Description
This rendition works for most of my tasks, but the inform may need to be changed to suit base64 encoded files.

Initial Title
Examine CRL file from the command line

Initial Tags
command, line

Initial Language
Bash