kuba / acme-spec

ACME Specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Certificate Management Environment (ACME)

[Build Status] (https://travis-ci.org/letsencrypt/acme-spec)

Latest Version

ACME is a protocol for automating the management of domain-validation certificates, based on a simple JSON-over-HTTPS interface. This repository contains the specification for ACME.

We're using the IETF toolchain and formats for this specification. The "source" version of the specification is the markdown version, draft-barnes-acme.md. Other versions are generated from that, and the versions in the repo may be out of date.

This spec is a work in progress. Eventually, we hope to move it to the IETF process to become an RFC, but for now -- pull requests welcome!

Quickstart

Just open draft-barnes-acme.md in a text editor.

If you want to reproduce the other files, type make.

You need to install some tools (see the Makefile for more information).

# install dependencies for lxml built for xml2rfc
sudo apt-get install libxml2-dev libxslt1-dev
# instead of "sudo pip" that pollutes system-wide packages, use
# virtual Python environment
virtualenv --no-site-packages venv
# remember also to activate the virtualenv before any 'make' run
source venv/bin/activate
pip install xml2rfc
gem install kramdown-rfc2629

You can also use a prototype web version of these tools.

About

ACME Specification


Languages

Language:Makefile 84.8%Language:CSS 15.2%