summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/httpinstance.py
Commit message (Expand)AuthorAgeFilesLines
* ipaplatform, ipa.conf: Use paths variables in ipa.conf.templateTimo Aaltonen2018-02-091-0/+5
* Move config templates from install/conf to install/shareTimo Aaltonen2018-02-091-2/+5
* Replace wsgi package conflict with config fileChristian Heimes2018-02-091-1/+6
* Fix ipa-server-upgrade with server cert trackingFlorence Blanc-Renaud2017-09-191-3/+13
* Removing part of circular dependency of ipalib in ipaplaformFelipe Volpone2017-08-301-1/+2
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-3/+3
* logging: do not log into the root loggerJan Cholasta2017-07-141-4/+6
* Turn off OCSP checkPavel Vomacka2017-06-061-19/+24
* httpinstance: wait until the service entry is replicatedJan Cholasta2017-05-301-2/+27
* httpd: move SELinux settings to constantsMartin Basti2017-05-261-9/+2
* certdb, certs: make trust flags argument mandatoryJan Cholasta2017-05-191-2/+4
* certdb: add named trust flag constantsJan Cholasta2017-05-191-2/+3
* Turn on NSSOCSP check in mod_nss confPavel Vomacka2017-05-101-0/+30
* Stop requesting anonymous keytab and purge all references of itMartin Babinsky2017-04-281-17/+0
* separate function to set ipaConfigString values on service entryMartin Babinsky2017-04-281-41/+2
* Fix CA-less to CA-full upgradeStanislav Laznicka2017-04-121-1/+1
* Create system users for FreeIPA services during package installationDavid Kupka2017-04-111-13/+0
* dsinstance, httpinstance: consolidate certificate request codeJan Cholasta2017-04-071-20/+20
* httpinstance: avoid httpd restart during certificate requestJan Cholasta2017-04-071-3/+4
* httpinstance: make sure NSS database is backed upJan Cholasta2017-04-041-1/+2
* Get correct CA cert nickname in CA-lessStanislav Laznicka2017-04-031-1/+6
* httpinstance.disable_system_trust: Don't fail if module 'Root Certs' is not a...David Kupka2017-03-281-3/+11
* httpinstance: clean up /etc/httpd/alias on uninstallJan Cholasta2017-03-221-0/+3
* httpinstance: disable system trust module in /etc/httpd/aliasJan Cholasta2017-03-141-0/+14
* Support certificate login after installation and upgradePavel Vomacka2017-03-141-0/+1
* Installation must publish CA cert in /usr/share/ipa/html/ca.crtFlorence Blanc-Renaud2017-03-131-0/+6
* installer: update time estimatesTomas Krizek2017-03-101-1/+1
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-10/+5
* httpinstance: re-use parent's methods to retrieve anonymous keytabMartin Babinsky2017-02-221-1/+4
* Make request_service_keytab into a public methodMartin Babinsky2017-02-221-1/+1
* Add FIPS-token password of HTTPD NSS databaseStanislav Laznicka2017-02-151-7/+12
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-151-9/+4
* Add a new user to run the framework codeSimo Sorce2017-02-151-3/+3
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-44/+39
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-151-9/+15
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-151-0/+13
* Explicitly handle quoting/unquoting of NSSNickname directiveMartin Babinsky2017-01-251-1/+3
* py3: create_cert_db: write to file in a compatible wayMartin Basti2017-01-241-3/+3
* ipa_generate_password algorithm changePetr Spacek2017-01-061-1/+1
* Unify password generation across FreeIPAStanislav Laznicka2017-01-061-3/+2
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-1/+1
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-3/+8
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+1
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-2/+2
* services: replace admin_conn with api.Backend.ldap2Tomas Krizek2016-11-221-4/+5
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-161-2/+2
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-111-12/+4
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-111-5/+6
* Make service user name a class member of ServiceMartin Babinsky2016-11-111-5/+7
* service installers: clean up the inheritanceMartin Babinsky2016-11-111-6/+4