summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.