certbot/client-webserver
2012-08-10 18:06:34 -07:00
..
.gitignore currently we can't suppress display of choc_cert_extensions.cnf 2012-07-14 13:51:44 -07:00
choc_cert_extensions.cnf Changed extension conf to critical 2012-07-10 15:43:49 -04:00
client.py more curses status updates 2012-08-10 18:06:34 -07:00
CONFIG.py All client functionality is now contained in authenticate() 2012-08-09 18:39:03 -04:00
configurator.py Added commented import statements for pending trustify package 2012-08-10 00:07:59 -04:00
hashcash.py fix hashcash bug - if check_validation is set, check function will not verify the stamp (elif to be cosnidered harmful) 2012-07-17 21:10:03 -04:00
make-req.py rename function and add sanity-checking assertion 2012-08-09 23:38:46 -07:00
menu.py show ncurses menu for configuration choices 2012-08-09 17:26:56 -07:00
options-ssl.conf Added READMEs for SNI Challenge, renamed variables, added options-ssl-conf 2012-06-28 22:15:17 -04:00
README Updated README 2012-08-01 14:25:20 -04:00
sni_challenge.py Added commented import statements for pending trustify package 2012-08-10 00:07:59 -04:00

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


Set CHOCOLATESERVER environment variable for client.py, or pass the server
name as a command line argument!

client.py - experimental tool for making requests and parsing replies
configurator.py - edits Apache config files using Augeas
sni_challenge.py - sets up the Apache server for the DV SNI cert challenge