Commit graph

30 commits

Author SHA1 Message Date
Peter Eckersley
76868ad6e7 Make this less cramped 2012-08-13 02:50:28 -07:00
Peter Eckersley
13c7fd045e Put the congratulations in a separate box && show easy/secure choice for demo 2012-08-13 02:50:23 -07:00
James Kasten
f555c8ae93 Added check to make sure script is running as root 2012-08-13 04:20:55 -04:00
James Kasten
2e5215154a Added Congrats message 2012-08-13 04:10:39 -04:00
James Kasten
b4a1093c34 Added linebreak 2012-08-13 03:34:45 -04:00
James Kasten
095cf1c764 Merge branch 'master' of github.com:research/chocolate 2012-08-13 01:47:05 -04:00
James Kasten
40409ff4aa Wait a bit before restarting the server... allow files to finish updating 2012-08-13 01:46:47 -04:00
Peter Eckersley
6b137f38c8 Merge branch 'master' of github.com:research/chocolate 2012-08-12 21:56:02 -07:00
Peter Eckersley
f163ade115 Demo a choice of CAs 2012-08-12 21:55:25 -07:00
James Kasten
25fc6233bc fix syntax error 2012-08-13 00:39:06 -04:00
James Kasten
525e8d39e4 Got rid of check_output, added better error support 2012-08-13 00:34:57 -04:00
James Kasten
0a56ff651f Reverted back to check_output due to race conditions with Popen... it will need a lock 2012-08-12 23:41:31 -04:00
James Kasten
629f3464a9 Fixed deploy cert 2012-08-12 22:57:13 -04:00
James Kasten
2cbbd1cd10 changed check_output to Popen 2012-08-12 22:20:46 -04:00
James Kasten
b73883bbd5 changed check_output to Popen 2012-08-12 22:18:47 -04:00
Seth Schoen
7b0a68d79c don't set stdout inside check_output 2012-08-12 19:04:28 -07:00
Seth Schoen
966181d52e if CHOCOLATESERVER is unspecified, use ca.theobroma.info 2012-08-12 17:43:47 -07:00
James Kasten
f92d8e7b11 Silenced name based virtualhost directive addition 2012-08-12 18:42:34 -04:00
James Kasten
bd7733d575 Enable sites that are disabled after certs are deployed 2012-08-12 18:06:03 -04:00
James Kasten
9dd5842c6d Enable sites that are disabled after certs are deployed 2012-08-12 18:05:21 -04:00
James Kasten
6db2e9d6b3 Added get_file_path(vhost) to configurator, added check for mod_ssl in client 2012-08-12 17:45:09 -04:00
James Kasten
46799a963a Import SERVER_ROOT in client 2012-08-12 16:45:57 -04:00
James Kasten
817396a372 Fixed file naming error 2012-08-12 16:31:03 -04:00
James Kasten
d2ff543205 Silenced remaining stdout 2012-08-12 15:09:59 -04:00
James Kasten
45aa3b5ac9 Merge branch 'master' of github.com:research/chocolate 2012-08-12 13:10:06 -04:00
James Kasten
9f08ec84c2 Fixed small subprocess call error, silenced final reload 2012-08-12 13:09:34 -04:00
Faidon Liambotis
1774b5bfc9 Remove +x bit from trustify/client/client.py 2012-08-12 09:25:12 +03:00
Faidon Liambotis
7e960672b3 Add setuptools-based setup.py & MANIFEST.in
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00
James Kasten
8db9b8bd1d Added code to save newly created key and csr, save_key_csr() - needs to be tested 2012-08-12 01:44:41 -04:00
Faidon Liambotis
b8d3aab7a5 Move protocol and client into Python modules
Shuffle files around in an initial attempt of creating trustify,
trustify.protocol and trustify.client Python modules. The reference
implemntation of the server remains where it was for now.
2012-08-12 07:49:45 +03:00