summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ca.py
Commit message (Expand)AuthorAgeFilesLines
* move MSCSTemplate classes to ipalibFraser Tweedale2019-07-171-7/+4
* ipaserver.install.installutils: move commonly used utils to ipapython.ipautilAlexander Bokovoy2019-06-291-2/+2
* Add pki.ini override optionChristian Heimes2019-04-101-16/+19
* Don't fail if config-show does not return serversChristian Heimes2019-03-281-1/+1
* ipa server: prevent uninstallation if the server is CRL masterFlorence Blanc-Renaud2019-03-141-1/+32
* Use LDAPS when installing CA on replicaChristian Heimes2019-02-051-1/+5
* Move realm_to_serverid/ldap_uri to ipaldapChristian Heimes2019-02-051-2/+3
* Py3: Replace six.text_type with strChristian Heimes2018-09-271-2/+2
* Remove DL0 specific code from cainstance and ca in ipaserver/installThomas Woerner2018-09-121-11/+4
* Use one Custodia peer to retrieve all secretsChristian Heimes2018-06-101-1/+0
* install: fix reported external CA configurationFraser Tweedale2018-05-021-3/+7
* Use single Custodia instance in installersChristian Heimes2018-04-261-14/+12
* Add absolute_import future importsStanislav Laznicka2018-04-201-1/+1
* Fix installer CA port check for port 8080Christian Heimes2018-04-041-2/+5
* Add a helpful comment to ca.py:install_check()Stanislav Laznicka2018-01-161-0/+1
* Make the path to CS.cfg a class variableRob Crittenden2017-12-151-1/+1
* install: report CA Subject DN and subject base to be usedFraser Tweedale2017-12-111-0/+14
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-2/+2
* install: allow specifying external CA templateFraser Tweedale2017-10-041-0/+28
* Remove duplicate references to external CA typeFraser Tweedale2017-10-041-6/+1
* py3: fix caless to CA promotion on replicaStanislav Laznicka2017-08-251-1/+4
* ca: TypeError fixStanislav Laznicka2017-07-271-2/+2
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-1/+1
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-1/+1
* logging: do not log into the root loggerJan Cholasta2017-07-141-2/+4
* certdb: add named trust flag constantsJan Cholasta2017-05-191-1/+1
* Fix CA-less to CA-full upgradeStanislav Laznicka2017-04-121-0/+2
* install: re-introduce option groupsJan Cholasta2017-03-131-10/+11
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-011-21/+17
* Remove ra_db argument from CAInstance initStanislav Laznicka2017-02-231-5/+3
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-4/+4
* Indicate that ca subject / subject base uses LDAP RDN orderFraser Tweedale2017-01-111-2/+6
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-38/+85
* ipa-ca-install: add missing --subject-base optionFraser Tweedale2017-01-111-0/+8
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-111-8/+9
* installutils: remove hardcoded subject DN assumptionFraser Tweedale2017-01-111-1/+3
* Refactor and relocate set_subject_base_in_configFraser Tweedale2017-01-111-0/+9
* server install: fix external CA installJan Cholasta2016-12-081-1/+0
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-1/+2
* dns: check if container exists using ldapiTomas Krizek2016-11-111-2/+1
* install: introduce installer class hierarchyJan Cholasta2016-11-111-1/+133
* install: use ldaps for pkispawn in ipa-ca-installJan Cholasta2016-11-111-1/+2
* replica install: merge RA cert import into CA installJan Cholasta2016-11-111-2/+9
* server install: do not restart httpd during CA installJan Cholasta2016-11-111-2/+3
* install: merge all CA install code paths into oneJan Cholasta2016-11-111-51/+76
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-111-1/+1
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-1/+1
* install: remove adhoc api.Backend.ldap2 (dis)connectTomas Krizek2016-11-071-9/+1
* install: add restart_dirsrv for directory server restartsTomas Krizek2016-11-071-8/+1
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-1/+1