summaryrefslogtreecommitdiffstats
path: root/func/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* Make hostname detection code shared.Michael DeHaan2008-02-051-6/+2
|
* Fix some typosMichael DeHaan2008-01-291-1/+1
|
* Applying a variant on Brenton's patch for DNS issues.Michael DeHaan2008-01-291-1/+6
|
* Append newline to serial.txt.Adrian Likins2008-01-161-1/+1
| | | | | The second just adds newline to the end of the serial.txt -- it makes the output of cat /etc/pki/func/ca/serial.txt a bit more readable.
* apply patch from Jan Pazdziora to fix rather stupid permissions problemSeth Vidal2008-01-161-3/+3
|
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-4/+9
|
* - 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