summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/custodiainstance.py
Commit message (Expand)AuthorAgeFilesLines
* ipaserver.install.installutils: move commonly used utils to ipapython.ipautilAlexander Bokovoy2019-06-291-2/+1
* Move realm_to_serverid/ldap_uri to ipaldapChristian Heimes2019-02-051-2/+3
* Fix raising-format-tupleChristian Heimes2018-11-131-1/+1
* Demote log message in custodia _wait_keys to debugRob Crittenden2018-11-011-2/+2
* Rename CustodiaModes.STANDALONE to CustodiaModes.FIRST_MASTERThomas Woerner2018-09-121-4/+4
* Remove DL0 specific code from custodiainstance in ipaserver/installThomas Woerner2018-09-121-17/+14
* Use common replication wait timeout of 5minChristian Heimes2018-06-221-1/+3
* server install: drop some print statements, change log levelRob Crittenden2018-06-201-2/+2
* Use one Custodia peer to retrieve all secretsChristian Heimes2018-06-101-32/+41
* Require nss with fix for nickname bugChristian Heimes2018-05-041-14/+3
* Use single Custodia instance in installersChristian Heimes2018-04-261-33/+103
* CA replica PKCS12 workaround for SQL NSSDBChristian Heimes2018-04-251-34/+35
* Add absolute_import future importsStanislav Laznicka2018-04-201-1/+1
* Provide ldap_uri in Custodia uninstallerChristian Heimes2018-04-101-12/+2
* service: rename import_ca_certs_* to export_*Stanislav Laznicka2018-02-211-1/+1
* Use mod_ssl instead of mod_nss for Apache TLS for new installsRob Crittenden2018-02-211-1/+1
* ipa-server-upgrade now checks custodia server keysChristian Heimes2018-02-081-1/+11
* Custodia uninstall: Don't fail when LDAP is downChristian Heimes2017-12-201-1/+11
* Remove Custodia keys on uninstallChristian Heimes2017-12-071-3/+15
* Backup ipa-custodia conf and keysChristian Heimes2017-11-131-11/+13
* Misc Python 3 fixes for ipaserver.secretsChristian Heimes2017-08-111-1/+1
* install: replica: Show message about key synchronizationDavid Kupka2017-07-241-0/+6
* logging: do not log into the root loggerJan Cholasta2017-07-141-8/+11
* Always check peer has keys before connectingSimo Sorce2017-07-131-12/+8
* Make sure remote hosts have our keysSimo Sorce2017-05-031-1/+27
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-0/+4
* custodiainstance: don't use IPA-specific CertDBStanislav Laznicka2017-02-171-13/+8
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-1/+1
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-291-2/+2
* custodiainstance: automatic restart on config file updateJan Cholasta2016-11-291-0/+8
* replica install: merge RA cert import into CA installJan Cholasta2016-11-111-6/+3
* install: remove adhoc dis/connect from servicesTomas Krizek2016-11-071-2/+0
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-4/+2
* custodia: force reconnect before retrieving CA certs from LDAPJan Cholasta2016-09-011-0/+2
* custodia: include known CA certs in the PKCS#12 file for DogtagJan Cholasta2016-08-261-0/+6
* Secure permissions of Custodia server.keysChristian Heimes2016-08-241-0/+5
* Allow CustodiaClient to be used by arbitrary principalsFraser Tweedale2016-06-081-3/+11
* Fix remaining relative import and enable Pylint checkPetr Viktorin2016-05-101-1/+1
* Look up HTTPD_USER's UID and GID during installation.David Kupka2016-03-231-1/+5
* ipa-replica-install support caless install with promotion.David Kupka2015-12-031-2/+4
* custodia: Make sure container is created with first custodia replicaTomas Babej2015-11-301-0/+15
* Upgrade: enable custodia service during upgradeMartin Basti2015-11-101-4/+6
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-221-6/+23
* Add function to extract CA certs for installSimo Sorce2015-10-151-0/+55
* Implement replica promotion functionalitySimo Sorce2015-10-151-6/+36
* Add ipa-custodia serviceSimo Sorce2015-10-151-0/+51