summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/cainstance.py
Commit message (Expand)AuthorAgeFilesLines
* Fix upgrade when Dogtag also upgraded from 10.2 -> 10.3Fraser Tweedale2016-07-011-3/+11
* Fix migration from pre-lightweight CAs masterFraser Tweedale2016-07-011-1/+30
* Fix replica install with CAMartin Basti2016-06-301-10/+0
* Update lightweight CA serial after renewalFraser Tweedale2016-06-291-18/+71
* Skip CS.cfg update if cert nickname not knownFraser Tweedale2016-06-291-2/+3
* Set default OCSP URI on install and upgradeFraser Tweedale2016-06-281-0/+4
* CA replica promotion: add proper CA DNS recordsMartin Basti2016-06-281-5/+11
* replica-install: configure key retriever before starting DogtagFraser Tweedale2016-06-151-2/+2
* Add IPA CA entry on install / upgradeFraser Tweedale2016-06-151-0/+37
* Add 'ca' pluginFraser Tweedale2016-06-151-0/+7
* Authorise CA Agent to manage lightweight CAsFraser Tweedale2016-06-091-5/+41
* Setup lightweight CA key retrieval on install/upgradeFraser Tweedale2016-06-091-0/+56
* replica install: do not set CA renewal master flagJan Cholasta2016-05-241-1/+1
* Detect and repair incorrect caIPAserviceCert configFraser Tweedale2016-05-191-3/+46
* Prevent replica install from overwriting cert profilesFraser Tweedale2016-05-191-6/+12
* Move user/group constants for PKI and DS into ipaplatformChristian Heimes2016-03-221-8/+8
* use LDAPS during standalone CA/KRA subsystem deploymentMartin Babinsky2016-03-011-0/+3
* upgrade: unconditional import of certificate profiles into LDAPMartin Babinsky2016-02-231-2/+6
* Remove unused importsMartin Basti2015-12-231-1/+0
* Explicitly call chmod on newly created directoriesMartin Basti2015-12-141-0/+1
* Install RA cert during replica promotionMartin Basti2015-12-141-4/+0
* Refactor ipautil.runPetr Viktorin2015-12-141-21/+31
* replica install: improvements in the handling of CA-related IPA config entriesMartin Babinsky2015-12-041-1/+18
* Remove invalid error messages from topology upgradeMartin Basti2015-11-251-3/+1
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-312/+49
* do not disconnect when using existing connection to check default CA ACLsMartin Babinsky2015-11-241-2/+3
* disconnect ldap2 backend after adding default CA ACL profilesMartin Babinsky2015-11-241-0/+3
* Add profiles and default CA ACL on migrationFraser Tweedale2015-11-241-26/+74
* Avoid race condition caused by profile delete and recreateFraser Tweedale2015-11-231-2/+1
* cert renewal: make renewal of ipaCert atomicJan Cholasta2015-11-191-1/+1
* ipaplatform: Add HTTPD_USER to constants, and use it.Timo Aaltonen2015-11-041-1/+2
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-271-1/+1
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-221-105/+3
* Allow to setup the CA when promoting a replicaSimo Sorce2015-10-151-5/+226
* topology: manage ca replication agreementsPetr Vobornik2015-10-151-0/+10
* Implement replica promotion functionalitySimo Sorce2015-10-151-0/+26
* install: always export KRA agent PEM fileJan Cholasta2015-10-081-2/+6
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-071-1/+7
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-2/+2
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-3/+4
* Simplify the install_replica_ca functionSimo Sorce2015-09-221-10/+5
* Remove unused argumentsSimo Sorce2015-09-221-6/+4
* Using LDAPI to setup CA and KRA agents.Endi S. Dewata2015-09-071-20/+29
* Modernize use of range()Petr Viktorin2015-09-011-2/+2
* Use the print functionPetr Viktorin2015-09-011-4/+6
* cert renewal: Include KRA users in Dogtag LDAP updateJan Cholasta2015-08-271-4/+9
* Modernize 'except' clausesPetr Viktorin2015-08-121-12/+12
* Modernize number literalsPetr Viktorin2015-07-311-5/+5
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-4/+4
* Migrate CA profiles after enabling LDAPProfileSubsystemFraser Tweedale2015-07-011-26/+108