summaryrefslogtreecommitdiffstats
path: root/func/certmaster.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael DeHaan2008-02-051-3/+19
| | | | more useful once we have support for local connections.
* 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 ↵Steve 'Ashcrow' Milner2008-01-141-2/+0
| | | | application. rpmlint should output less warnings/errors.
* 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
| | | | right now anyway
* 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 ↵Seth Vidal2007-09-281-1/+3
| | | | authority key
* make sure we don't end up with / or \ in filenames anywhere from a dodgy cn ↵Seth Vidal2007-09-281-5/+11
| | | | in a csr
* 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
| | | | | import config.py from yum + some cleanups modify certmaster-ca to the same
* 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
| | | | added sign/list capabilities into certmaster since we can use the same object for both
* move code.py and utils.py to func/Adrian Likins2007-09-251-3/+9
| | | | update scripts/funcd and func/certmaster to use them
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-1/+31
| | | | the init scripts also work correctly
* make certmaster auto-create the ca key and cert on startup, if they are not ↵Seth Vidal2007-09-251-4/+14
| | | | present
* make slave-keys.py work - submits to certmaster and gets back certSeth Vidal2007-09-251-1/+1
| | | | fix self.cfg.autosign in certmaster
* clean up configs in certmaster.pySeth Vidal2007-09-251-22/+19
| | | | make certmaster script work
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+171
move certmaster config file into etc path move certmaster.py into func path