Skip to content

For $cert in $dir; download $cert.crl; validitycheck $cert.crl

Notifications You must be signed in to change notification settings

hyakuhei/CRL-Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

scrape.py

Simple script that iterates through a folder full of certificates and yanks the CRL information for them.

Basically a simple example of how to do this stuff with M2Crypto, useful for dragging down missing CRL's for Linux Cryptosuites.

hyakuhei@gmail.com

About

For $cert in $dir; download $cert.crl; validitycheck $cert.crl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages