Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.83 KB

README.md

File metadata and controls

69 lines (51 loc) · 2.83 KB

Logo

Build Status Contributors License Latest Stable Version

Overview

Automates the download and hosting of CRL data from a remote Certificate Authority. Revoke is designed to be executed via chron.

  • Retrieve remote CRL data via HTTP or HTTPS
  • Validates remote CRL data
  • Serves CRLs via local HTTPD
  • Written using BASH to maximize native compatibility and remain lighweight
  • Retrieve an unlimited number of CRLs
  • Support for full and delta CRLs

Requirements

  • Bash
  • Apache HTTP Server 2.4
  • OpenSSL 1.0.2 or later
  • Curl 7.29 or later

Installation

Installation instructions here.

Security Vulnerabilities

If you discover a security vulnerability within revoke, please send an e-mail to [email protected]. Security vulnerabilities are taken very seriously and will be addressed with the utmost priority.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

Contact

Tony Cavella - [email protected]

Project Link: https://github.com/altCipher/revoke

Acknowledgements