summaryrefslogtreecommitdiffstats
path: root/func/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* - certs.py: write keys out as mode 600Seth Vidal2007-09-271-3/+3
| | | | | - make sure we setup the config dict immediately in config_data - clean up our config, pki and var dirs on removal
* Remove assorted unused importsJames Bowes2007-09-261-1/+1
|
* 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-211-0/+129
add __init__.py to make importing from func easier