summaryrefslogtreecommitdiffstats
path: root/func/certmaster.py
Commit message (Expand)AuthorAgeFilesLines
* get rid of listen_port option since we really don't want that to be an optionSeth Vidal2007-10-031-1/+3
* Fix bad indentation in certs and func dirsJames Bowes2007-09-281-10/+10
* Remove unused importsJames Bowes2007-09-281-1/+1
* make sure we have the fqdn of the certmaster in the CN of the certificate aut...Seth Vidal2007-09-281-1/+3
* make sure we don't end up with / or \ in filenames anywhere from a dodgy cn i...Seth Vidal2007-09-281-5/+11
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-271-8/+1
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-271-1/+0
* port certmaster to using an ini-style config fileSeth Vidal2007-09-271-53/+24
* Remove assorted unused importsJames Bowes2007-09-261-3/+0
* Fix OsError tyopJames Bowes2007-09-261-1/+1
* make it so it doesn't exit when it returns the cert to the clientSeth Vidal2007-09-261-3/+3
* certmaster-ca added for signing csrs manuallySeth Vidal2007-09-261-11/+59
* move code.py and utils.py to func/Adrian Likins2007-09-251-3/+9
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-1/+31
* make certmaster auto-create the ca key and cert on startup, if they are not p...Seth Vidal2007-09-251-4/+14
* make slave-keys.py work - submits to certmaster and gets back certSeth Vidal2007-09-251-1/+1
* clean up configs in certmaster.pySeth Vidal2007-09-251-22/+19
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+171