mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
77 stars 6 forks source link

aggregate-known: save ct log metadata #195

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

The ct-fetch job now saves metadata in redis about which log entries it has seen. With this PR, aggregate-known will read the CT log metadata from redis and save it in a "ct-logs.json" file. It's important that aggregate-known performs this task, and not moz_kinto_publisher, because ct-fetch runs continuously and we want the metadata at the time when aggregate-known was called.

Resolves #194