certbot/webserver
2012-06-19 15:28:56 -04:00
..
chocolate.py attempt to handle multiple signing requests per message and check for duplicate nonces 2012-06-02 00:28:59 -07:00
chocolate_protocol.proto sig is bytes (8-bit clean); timestamp is int64 2012-05-31 19:48:56 -07:00
client.py actually randomized client nonce 2012-05-31 20:29:04 -07:00
CSR.py add two notes 2012-06-01 00:05:10 -07:00
Makefile add CSR.py 2012-05-31 13:22:05 -07:00
README note protobuf dependency 2012-06-06 14:10:44 -07:00
sni_challenge.py minor fixes and now using crypto random 2012-06-19 15:28:56 -04:00

In this directory are tools that will run on webservers for sysadmins to
automatically obtain their certs


Set CHOCOLATESERVER environment variable for "make deploy" and client.py!


chocolate.py - server-side, requires web.py (python-webpy),
        PyCrypto (python-crypto), redis, python-redis, python-protobuf
	probably wants to run under a web server like lighttpd with fastcgi

client.py - experimental tool for making requests and parsing replies

chocolate_protocol.proto - protocol definition; needs protobuf-compiler