mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
25 lines
705 B
Plaintext
25 lines
705 B
Plaintext
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
|