GoRevoke is a standalone Certificate Revocation List Distribution Point written in Go, designed to be lightweight and fully self-contained. Using a simple configuration, GoRevoke automates downloading and serving of remote CRLs. GoRevoke is based on, revoke, a shell based script providing similar function.
Key Features
Cross-platform compatibility; tested on Linux and Windows
Native and containerized deployment options
Retrieve remote CRL data via HTTP or HTTPS
Validation and confirmation of CRL data
Built-in webserver alleviates the need for additional servers
Ability to retrieve and serve an unlimited number of CRL sources
Support for full and delta CRLs
What's Changed
- Enhance configuration flexibility by @Deliveranc3 in #36
- Update install.sh by @acavella in #37
New Contributors
- @Deliveranc3 made their first contribution in #36
Full Changelog: v1.1.4...v1.1.5