aarongable / crl-poc

Proof-of-Concept of a CRL generator, written in the style of Let's Encrypt's Boulder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof-of-Concept CRL Generator

A system to generate Certificate Revocation Lists, designed and written in the style of Boulder so that it can be incorporated into that project at a future date.

For in-depth coverage of the requirements and design here, see DESIGN.md.

Usage

In one terminal:

go run ./cmd/generator -config test/config/generator.json

And then in a different terminal:

go run ./cmd/updater -config test/config/updater.json

About

Proof-of-Concept of a CRL generator, written in the style of Let's Encrypt's Boulder


Languages

Language:Go 100.0%