summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_cacert_manage.py
Commit message (Expand)AuthorAgeFilesLines
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-221-1/+1
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-171-4/+2
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-1/+1
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-3/+1
* installutils: remove hardcoded subject DN assumptionFraser Tweedale2017-01-111-2/+5
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-2/+2
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+2
* Python3 pylint fixesChristian Heimes2016-11-251-1/+1
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-55/+48
* install tools: ldap conn managementTomas Krizek2016-11-071-8/+3
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-061-3/+0
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* Improvements for the ipa-cacert-manage man and helpStanislav Laznicka2016-08-091-1/+1
* cacert install: fix trust chain validationJan Cholasta2016-02-241-0/+7
* Remove unused importsMartin Basti2015-12-231-3/+0
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-4/+3
* ipa-cacert-renew: Fix connection to ldap.David Kupka2015-11-231-17/+13
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-1/+1
* Use the print functionPetr Viktorin2015-09-011-9/+11
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-4/+3
* Modernize 'except' clausesPetr Viktorin2015-08-121-6/+6
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-1/+1
* Refer the user to freeipa.org when something goes wrong in ipa-cacert-manageJan Cholasta2014-12-101-5/+18
* Check subject name encoding in ipa-cacert-manage renewJan Cholasta2014-12-101-2/+5
* Fail if certmonger can't see new CA certificate in LDAP in ipa-cacert-manageJan Cholasta2014-11-051-1/+2
* Fix certmonger search for the CA cert in ipa-certupdate and ipa-cacert-manageJan Cholasta2014-09-301-2/+5
* Do stricter validation of CA certificatesJan Cholasta2014-09-301-4/+11
* External CA installer options usability fixesJan Cholasta2014-09-301-22/+12
* Use certmonger D-Bus API instead of messing with its files.David Kupka2014-09-051-2/+2
* Allow adding CA certificates to certificate store in ipa-cacert-manage.Jan Cholasta2014-07-301-2/+55
* Allow changing chaining of the IPA CA certificate in ipa-cacert-manage.Jan Cholasta2014-07-301-5/+24
* Add function for writing list of certificates to a PEM file to ipalib.x509.Jan Cholasta2014-07-301-1/+1
* Add new add_cert method for adding certificates to NSSDatabase and CertDB.Jan Cholasta2014-07-301-7/+3
* Add CA certificate management tool ipa-cacert-manage.Jan Cholasta2014-07-301-0/+285