summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkiconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* add pkiuser to nfast groupMatthew Harmsen2015-06-161-0/+6
| | | | - PKI TRAC Ticket #1415 - nCipher HSM: Add 'pkiuser' to 'nfast' group
* Remove Apache info from pkispawn and pkidestroyMatthew Harmsen2014-09-021-3/+0
| | | | - PKI TRAC Ticket #1077 - Consider removing [Apache] section from 'default.cfg'
* Fix pycharm warnings for server python classesAde Lee2014-06-101-9/+11
| | | | | Mostly reformatting due to PEP8. Not all pycharm warnings are addressed, but the vast majority are.
* Correct debug message in 'pkiconfig.py'Fraser Tweedale2014-05-211-3/+5
| | | | | | | The instructions for enabling external debugging shown during installation is incorrect. Fix the message. Ticket #937
* Reorganized deployment tools.Endi S. Dewata2013-07-221-0/+177
The pkispawn and pkidestroy scripts have been moved into sbin folder. The Python deployment library and the scriptlets were moved into pki.server.deployment and pki.server.deployment.scriptlets packages, respectively.