summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/cainstance.py
Commit message (Expand)AuthorAgeFilesLines
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-14/+4
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-2/+2
* py3: __add_acl: use standard ipaldap methodsMartin Basti2017-01-241-8/+5
* py3: cainstance: replace mkstemp with NamedTemporaryFileMartin Basti2017-01-241-24/+25
* py3: write CA/KRA config into file opened in text modeMartin Basti2017-01-241-1/+1
* py3: CA/KRA: config parser requires stringMartin Basti2017-01-241-1/+2
* cainstance: do not configure renewal guardJan Cholasta2017-01-161-38/+14
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-5/+9
* Extract function for computing default subject baseFraser Tweedale2017-01-111-4/+4
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-1/+1
* Add function for extracting PEM certs from PKCS #7Fraser Tweedale2016-12-121-33/+19
* replica install: track the RA agent certificate againJan Cholasta2016-11-301-1/+5
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-1/+1
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-2/+1
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-291-1/+1
* Do not log DM password in ca/kra installation logsStanislav Laznicka2016-11-251-1/+4
* services: replace admin_conn with api.Backend.ldap2Tomas Krizek2016-11-221-11/+11
* cainstance: use correct certificate for replica install checkTomas Krizek2016-11-141-1/+1
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-111-11/+10
* Make service user name a class member of ServiceMartin Babinsky2016-11-111-6/+6
* Move the pki-tomcat restart to cainstance creationStanislav Laznicka2016-11-111-0/+13
* install: use ldaps for pkispawn in ipa-ca-installJan Cholasta2016-11-111-1/+5
* replica install: merge KRA agent cert export into KRA installJan Cholasta2016-11-111-4/+1
* replica install: merge RA cert import into CA installJan Cholasta2016-11-111-61/+71
* install: merge all CA install code paths into oneJan Cholasta2016-11-111-174/+29
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-111-2/+2
* initialize empty /etc/http/alias during server/replica installMartin Babinsky2016-11-111-37/+0
* Refactor installer code requesting certificatesFlorence Blanc-Renaud2016-11-101-154/+63
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-11/+14
* install: remove adhoc dis/connect from servicesTomas Krizek2016-11-071-14/+0
* install: remove adhoc api.Backend.ldap2 (dis)connectTomas Krizek2016-11-071-22/+0
* install: add restart_dirsrv for directory server restartsTomas Krizek2016-11-071-1/+1
* cainstall: add dm_password to CA installationTomas Krizek2016-11-071-1/+2
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-4/+1
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-3/+5
* ipaldap: merge simple_bind into LDAPClientTomas Krizek2016-11-071-2/+2
* pylint: enable the import-error checkJan Cholasta2016-10-241-0/+3
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-061-6/+1
* Make installer quit more nicely on external CA installationStanislav Laznicka2016-10-061-1/+1
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+1
* Keep NSS trust flags of existing certificatesTomas Krizek2016-09-191-0/+8
* Track lightweight CAs on replica installationFraser Tweedale2016-09-061-0/+66
* Fix ipa-server-install in pure IPv6 environmentTomas Krizek2016-08-251-0/+4
* Remove sys.exit from install modules and scriptsStanislav Laznicka2016-08-161-2/+3
* uninstall: untrack lightweight CA certsFraser Tweedale2016-07-121-0/+6
* 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