Count the number of entries in a CRL

Running certutil on a CRL dumps the CRL details, including the number of entries in the CRL:

certutil <TargetCRL.crl> | findstr "Entries"


Comments

Popular posts from this blog

Automatically removing expired certificates from the CRL

Decoding OCSP GET requests

Windows automatic Root CA updates