ccadb-crl-fetch

Crates.ioccadb-crl-fetch
lib.rsccadb-crl-fetch
version0.1.0
sourcesrc
created_at2023-04-21 17:34:01.362285
updated_at2023-04-21 17:34:01.362285
descriptionUtility for mass-downloading CRLs from Common CA Database (CCADB) CSV reports.
homepage
repositoryhttps://github.com/cpu/ccadb-utils
max_upload_size
id845508
size48,948
Daniel McCarney (cpu)

documentation

README

ccadb-crl-fetch

Utility for mass-downloading all Mozilla included, non-revoked, issuer CRLs (full and partitioned) present in the CCADB all certificate records CSV report.

This utility makes a best-effort attempt to download as many CRLs as it can. You can expect to find some URLs fail to fetch. This may be because the issuer chains to an expired root, or because the CRL hosting is broken.

Output files

CRLs will be downloaded to a crls/ directory (which must not exist ahead of time). Files will be named for the Salesforce record ID of the issuer associated with the CRL URL(s), and an incrementing counter for issuers with more than one CRL URL.

Usage

cd ../
cargo fetch-all-records
cargo fetch-crls
ls -la crls/
Commit count: 24

cargo fmt