Examine CRL file from the command line


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. openssl crl -inform DER -in FILENAME.crl -text -noout

Report this snippet


Comments


You need to login to view comments.