diff --git a/README b/README index c34ceae34..6a236d7c7 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ 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, +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. diff --git a/doc/README b/doc/README index ad3e46317..8a59bcf3f 100644 --- a/doc/README +++ b/doc/README @@ -1 +1 @@ -Protocol docs will go here, but for now they're at https://choc.pad.jhalderm.com/protocol +Protocol docs are currently authored at https://choc.pad.jhalderm.com/6, and exported here. This should probably change soon.