summaryrefslogtreecommitdiffstats
path: root/func/certmaster.py
Commit message (Expand)AuthorAgeFilesLines
* dont need this anymoreAdrian Likins2008-02-251-247/+0
* Make hostname detection code shared.Michael DeHaan2008-02-051-6/+1
* Adding a module to allow func to control certmaster via func, this will be mo...Michael DeHaan2008-02-051-3/+19
* Fix some typosMichael DeHaan2008-01-291-1/+1
* Applying a variant on Brenton's patch for DNS issues.Michael DeHaan2008-01-291-1/+9
* removed more shebangs from files that are not executable as part of the appli...Steve 'Ashcrow' Milner2008-01-141-2/+0
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
* 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