certbot/client-webserver
2012-06-28 15:16:21 -07:00
..
choc_cert_extensions.cnf The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
chocolate.py The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
chocolate_protocol.proto The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
client.py The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
CSR.py The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
Makefile The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
README The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07:00
sni_challenge.py The "webserver" dirname was confusing; client-webserver is better 2012-06-28 15:16:21 -07: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