summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/certs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configure certmonger to execute restart scripts on renewal.Rob Crittenden2012-04-101-2/+12
* Move the compat module from ipalib to ipapython.Jan Cholasta2012-02-131-1/+1
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-7/+7
* Detect CA installation type in ipa-replica-prepare and ipa-ca-install.Rob Crittenden2011-09-271-0/+13
* Convert server install code to platform-independent access to system servicesAlexander Bokovoy2011-09-131-11/+14
* Use the IPA server cert profile in the installer.Rob Crittenden2011-08-301-1/+1
* enable proxy for dogtagAdam Young2011-08-291-2/+2
* Make sure messagebus is running prior to starting certmonger.Jan Cholasta2011-08-181-0/+2
* Clean up existing DN object usageJohn Dennis2011-07-291-6/+8
* Generate a database password by default in all cases.Rob Crittenden2011-07-171-1/+1
* Use information from the certificate subject when setting the NSS nickname.Rob Crittenden2011-07-171-5/+20
* Make dogtag an optional (and default un-) installed component in a replica.Rob Crittenden2011-06-231-1/+3