Differences between revisions 1 and 2
Revision 1 as of 2019-11-26 15:46:04
Size: 165
Editor: Sciuro
Comment:
Revision 2 as of 2019-12-10 11:33:15
Size: 190
Editor: Sciuro
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
#lang en
Line 4: Line 7:

Contents

  1. Verify
    1. CRL

Verify

CRL

To extract all revoked certificates from a CRL file:

openssl crl -inform DER -text -noout -in file.crl

Howto/OpenSSL (last edited 2019-12-10 11:33:15 by Sciuro)