summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Collapse)AuthorAgeFilesLines
* 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-253-3/+81
| | | | 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
* - all the class bits to make the authssl xmlrpc server work - most of it ↵Seth Vidal2007-09-253-0/+345
| | | | | | copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+171
| | | | | move certmaster config file into etc path move certmaster.py into func path
* fix up a couple of bugs - verify that creating keys/csrs/certs is workingSeth Vidal2007-09-211-8/+12
|
* add func/certs.pySeth Vidal2007-09-212-0/+129
| | | | add __init__.py to make importing from func easier
* first pass at packaging stuffAdrian Likins2007-09-201-80/+0
| | | | | version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec
* slave-key creation scriptSeth Vidal2007-09-201-0/+80