Skip to content

jsha/servercert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Building

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.

About

CA/Browser Forum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.7%
  • Ruby 17.0%
  • HTML 4.8%
  • Makefile 3.5%