summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Collapse)AuthorAgeFilesLines
* 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