mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Explain the tree a bit; note some debian dependencies
This commit is contained in:
parent
498c47f2f6
commit
e119f50f14
1 changed files with 20 additions and 0 deletions
20
README
20
README
|
|
@ -1,2 +1,22 @@
|
|||
The Chocolate project to implement sweet automatic encryption for webservers.
|
||||
|
||||
There are two portions to the Chocoate protocol.
|
||||
|
||||
client-webserver/ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue