summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/cainstance.py
Commit message (Expand)AuthorAgeFilesLines
* Create pkiuser before calling pkicreate, pkicreate depends on the user existingJohn Dennis2010-01-201-1/+1
* Missed explicit reference to pki-ca, replace with self.service_nameRob Crittenden2010-01-111-2/+2
* Change the service name to reflect changes in pki-ca (now pki-cad).Rob Crittenden2010-01-071-3/+3
* Make the IPA server host and its services "real" IPA entriesRob Crittenden2009-12-111-2/+2
* Add option to have ipautil.run() not raise an exceptionRob Crittenden2009-11-301-6/+6
* Add SELinux policy for CRL file publishing.Rob Crittenden2009-11-261-0/+26
* Cache installer questions for the 2-step process of an externally-signed CARob Crittenden2009-11-181-1/+2
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-151-53/+158
* Generate CRLs and make them available from the IPA web serverRob Crittenden2009-08-261-0/+46
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-5/+1
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-151-82/+120
* Drop the binary subtype. This usage is deprecated according to Rich M.Rob Crittenden2009-05-131-1/+1
* Utilize the new dogtag library for retrieving the CA cert chainRob Crittenden2009-05-041-15/+4
* Add signing profile to CA installation so we can sign the firefox jar file.Rob Crittenden2009-05-041-7/+33
* Issue DS and Apache server certs during CA installation.Rob Crittenden2009-04-201-39/+89
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-031-0/+743