certbot/attic
2014-11-18 11:24:43 -06:00
..
doc fixed a few typos 2014-11-18 11:24:43 -06:00
m3crypto@c63d9b1b36 Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
pygeoip@2bd928e6b3 Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
sample-files Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
server-ca Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
popchallenge.py Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
popchallenge_demo.py Move files that are specific to the trustify protocol into the attic 2014-11-14 18:16:40 -08:00
README.md New README for Let's Encrypt 2014-11-17 15:34:00 -08:00

The attic contains code and documentation about the trustify protocol, an alternative method for client webservers to request certificates from a server CA. Lets Encrypt does not plan to speak this protocol, though some of the things here may be of future use.

Notes on this code:

The Chocolate project to implement sweet automatic encryption for webservers.

There are two portions to the Chocolate protocol.

trustify/ contains code that can be run on any webserver (eventually, email, XMPP and other SSL-securable servers too); it is used to automatically request and install a CA-signed certificate for that server's public names.

server-ca/ contains a reference implementation for CAs to receive requests for certs, set challenges for the requesting servers to prove that they really control the names, and issue certificates.

Debian dependencies:

build deps: swig protobuf-compiler python-dev

others: gnutls-bin # for make cert requests python-protobuf python-dialog hashcash