summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't create a backup of the PKCS#12 cert on replicasRob Crittenden2008-02-141-10/+15
| | | | | | Name the file created by ipa-replica-prepare after the FQDN of the target Resolves 432904
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Use file to store the current CA serial numberRob Crittenden2008-02-051-7/+46
| | | | | | | No longer create a PKCS#12 file that contains the CA No longer send the entire CA to each replica, generate the SSL certs on master Fix number of bugs in ipa-replica-install and prepare Produce status output during replica creation
* Backup system state in ipa-server-installRob Crittenden2008-01-141-0/+13
| | | | | | | | | | | | | This patch adds a sysrestore module which allows ipa-server-install code to backup any system state so that it can be restored again with e.g. ipa-server-install --uninstall. The idea is that any files ipa-server-install modifies gets backed up to /var/cache/ipa/sysrestore/ while any "meta" state, like whether a service is enabled with chkconfig, is saved to /var/cache/ipa/sysrestore.state. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Use a more obvious name for the subject of the IPA self-signed CARob Crittenden2008-01-041-1/+1
|
* Convert replication to use the new cert infrastructure andKarl MacMillan2007-12-201-3/+26
| | | | | | correctly issue certs from the same authority. Also remove support for read-only replicas since that work will not be finished and tested for 1.0.
* Add automatic browser configuration for kerberos SSO using javascript.Rob Crittenden2007-12-121-6/+50
| | | | | | This uses the UniversalPreferencesWrite function to set the browser preferences to allow negotiation and ticket forwarding in the IPA domain. A self-signed certificate is generated to sign the javascript.
* User provided certs.Karl MacMillan2007-12-121-4/+45
|
* Commit corrected certs.pyKarl MacMillan2007-12-111-28/+49
|
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-0/+192
python module. This is in preparation for user supplied certs.