summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-certinstall
Commit message (Collapse)AuthorAgeFilesLines
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-14/+5
|
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-141-31/+30
| | | | | | | | Add the ability to provide PKCS#12 files during initial installation Add the ability to provide PKCS#12 files when preparing a replica Correct some issues with ipa-server-certinstall 452402
* NSS_DIR is already fetched into a variable, use that instead.Rob Crittenden2008-07-031-6/+6
| | | | 451098
* Properly convert the realm to a DS instance nameRob Crittenden2008-07-011-1/+1
| | | | 451014
* Ensure correct permissions and file ownership of Apache NSS databaseRob Crittenden2008-07-011-0/+12
| | | | 451098
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-1/+0
| | | | | | | | | | | | | | - Removing shebangs (#!) from a bunch of python libraries - Don't use a variable name in init scripts for the lock file - Keep the init script name consistent with the binary name, so renamed ipa-kpasswd.init to ipa_kpasswd.init - Add status option to the init scripts - Move most python scripts out of /usr/share/ipa and into the python site-packages directories (ipaserver and ipaclient) - Remove unnecessary sys.path.append("/usr/share/ipa") - Fix the license string in the spec files - Rename ipa-webgui to ipa_webgui everywhere - Fix a couple of issues reported by pychecker in ipa-python
* User provided certs.Karl MacMillan2007-12-121-0/+156