This repository contains a copy, in Kramdown format, of three documents produced by the CA/Browser Forum: Baseline Requirements, Bylaws, and EV SSL Certificate Guidelines. The master branch is intended to always match the current adopted version of all documents.
As updates are made to the master branch, they are automatically made available at these URLs:
The HTML format is usable either in a browser or in Microsoft Word.
The build process involves generating HTML documents from Kramdown, then generating PDF documents from HTML using Weasyprint.
You'll need ruby, bundler, Python, pip, gcc, and several libraries installed. See .travis.yml for a list of packages installable on Ubuntu. Make sure that ~/.local/bin/ is in your $PATH.
Install kramdown and weasyprint via bundler and pip, respectively:
bundle install
pip install --user -r requirements.txt
Then run make to build the documents:
make
The output is available in the output/ directory.