summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/certs.py
Commit message (Expand)AuthorAgeFilesLines
* Increased certmonger timeoutOleg Fayans2016-06-201-1/+1
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Move freeipa certmonger helpers to libexecdir.Timo Aaltonen2016-02-261-5/+1
* Do not decode HTTP reason phrase from DogtagFraser Tweedale2016-01-131-4/+3
* Remove unused importsMartin Basti2015-12-231-1/+0
* Refactor ipautil.runPetr Viktorin2015-12-141-7/+10
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-8/+2
* ipaplatform: Add HTTPD_USER to constants, and use it.Timo Aaltonen2015-11-041-2/+2
* Implement replica promotion functionalitySimo Sorce2015-10-151-0/+12
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-1/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-3/+3
* Modernize number literalsPetr Viktorin2015-07-311-2/+2
* Add profile_id parameter to 'request_certificate'Fraser Tweedale2015-06-041-1/+1
* Make certificate renewal process synchronizedJan Cholasta2015-01-131-0/+104
* certs: Fix incorrect flag handling in load_cacertTomas Babej2014-12-021-4/+2
* Move NSSDatabase from ipaserver.certs to ipapython.certdbJan Cholasta2014-09-301-447/+1
* Do stricter validation of CA certificatesJan Cholasta2014-09-301-0/+4
* Add NSSDatabase.import_files method for importing files in various formatsJan Cholasta2014-09-301-0/+191
* Use certmonger D-Bus API instead of messing with its files.David Kupka2014-09-051-23/+3
* Fix parsing of long nicknames in certutil -L output.Jan Cholasta2014-08-071-4/+3
* Add new NSSDatabase method get_cert for getting certs from NSS databases.Jan Cholasta2014-07-301-1/+13
* Allow multiple CA certificates in replica info files.Jan Cholasta2014-07-301-1/+15
* Add new add_cert method for adding certificates to NSSDatabase and CertDB.Jan Cholasta2014-07-301-8/+10
* Rename CertDB method add_cert to import_cert.Jan Cholasta2014-07-301-3/+3
* Fix trust flags in HTTP and DS NSS databases.Jan Cholasta2014-07-301-11/+11
* Allow specifying trust flags in NSSDatabase and CertDB method trust_root_cert.Jan Cholasta2014-07-301-4/+6
* Do not treat the IPA RA cert as CA cert in DS NSS database.Jan Cholasta2014-07-301-1/+1
* Add method for verifying CA certificates to NSSDatabase.Jan Cholasta2014-07-301-0/+23
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-13/+14
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-1/+0
* ipaplatform: Change service code in freeipa to use ipaplatform servicesTomas Babej2014-06-161-4/+5
* Read passwords from stdin when importing PKCS#12 files with pk12util.Jan Cholasta2013-10-041-10/+12
* Replace only the cert instead of the whole NSS DB in ipa-server-certinstall.Jan Cholasta2013-08-201-0/+6
* Remove unused NSSDatabase and CertDB method find_root_cert_from_pkcs12.Jan Cholasta2013-08-201-44/+0
* Prevent *.pyo and *.pyc multilib problemsMartin Kosek2013-08-131-1/+1
* Properly handle non-existent cert filesAna Krivokapic2013-07-181-2/+11
* Skip empty lines when parsing pk12util output.Jan Cholasta2013-06-121-1/+1
* Handle exceptions gracefully when verifying PKCS#12 files.Jan Cholasta2013-06-121-1/+7
* Drop --selfsign server functionalityPetr Viktorin2013-04-151-481/+102
* Load the CA cert into server NSS databasesPetr Viktorin2013-04-021-2/+9
* Support installing with custom SSL certs, without a CAPetr Viktorin2013-04-021-6/+54
* Trust CAs from PKCS#12 files even if they don't have Friendly NamesPetr Viktorin2013-04-021-1/+2
* ipaserver.install.certs: Introduce NSSDatabase as a more generic certutil wra...Petr Viktorin2013-04-021-95/+191
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-011-11/+2
* Drop ipapython.compat.Jan Cholasta2013-02-011-2/+1
* Use secure method to acquire IPA CA certificateJohn Dennis2013-01-231-1/+4
* Use correct Dogtag port in ipaserver.install.certsPetr Viktorin2012-09-201-2/+2
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-4/+14
* Internationalization for public errorsPetr Viktorin2012-09-031-2/+4
* Use DN objects instead of stringsJohn Dennis2012-08-121-12/+14