summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/cainstance.py
Commit message (Expand)AuthorAgeFilesLines
* Use Dogtag 10 only when it is availablePetr Viktorin2012-09-171-53/+283
* Modifications to install scripts for dogtag 10Ade Lee2012-09-171-198/+137
* Fix some restart script issues found with certificate renewal.Rob Crittenden2012-09-061-0/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-29/+35
* Ensure ipa-adtrust-install is run with Kerberos ticket for admin userAlexander Bokovoy2012-07-311-2/+1
* Use certmonger to renew CA subsystem certificatesRob Crittenden2012-07-301-2/+145
* Centralize timeout for waiting for servers to start.Rob Crittenden2012-07-021-1/+0
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-2/+2
* Remove the running state when uninstalling DS instances.Rob Crittenden2012-04-171-0/+3
* improve handling of ds instances during uninstallJohn Dennis2012-04-041-6/+1
* No longer shell escape the DM password when calling pkisilent.Rob Crittenden2012-03-211-3/+0
* Add subject key identifier to the dogtag server cert profile.Rob Crittenden2012-03-151-2/+45
* Don't delete system users that are added during installation.Rob Crittenden2012-02-291-18/+6
* Add the -v option to sslget to provide more verbose errorsRob Crittenden2012-02-231-0/+2
* Use FQDN in place of FQHN for consistency in sub_dict.Rob Crittenden2012-02-151-2/+2
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-25/+25
* Add support for systemd environments and use it to support Fedora 16Alexander Bokovoy2011-10-241-2/+2
* Work around pkisilent bugs.Jan Cholasta2011-10-041-13/+16
* Add a function for formatting network locations of the form host:port for use...Jan Cholasta2011-10-051-5/+5
* Convert server install code to platform-independent access to system servicesAlexander Bokovoy2011-09-131-18/+8
* enable proxy for dogtagAdam Young2011-08-291-2/+11
* Re-arrange CA configuration code to reduce the number of restarts.Rob Crittenden2011-08-031-34/+14
* Clean up existing DN object usageJohn Dennis2011-07-291-4/+4
* Set nickname of the RA to 'IPA RA' to avoid confusion with dogtag RARob Crittenden2011-07-171-2/+2
* Use information from the certificate subject when setting the NSS nickname.Rob Crittenden2011-07-171-7/+10
* Fix self-signed replica installationMartin Kosek2011-07-141-2/+2
* Make dogtag an optional (and default un-) installed component in a replica.Rob Crittenden2011-06-231-1/+77
* Let the framework be able to override the hostname.Rob Crittenden2011-06-231-15/+14
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-11/+3
* Fix external CA installationRob Crittenden2011-06-091-4/+5
* Let selinux-policy handle port 7390Martin Kosek2011-05-111-18/+0
* Wait for Directory Server ports to openMartin Kosek2011-03-211-12/+1
* Fix SELinux errors caused by enabling TLS on dogtag 389-ds instance.Rob Crittenden2011-03-151-15/+58
* Use TLS for dogtag replication agreements.Rob Crittenden2011-03-101-4/+52
* Set SuiteSpotGroup when setting up our 389-ds instances.Rob Crittenden2011-02-241-1/+3
* Fix installing with an external CA and wait for dogtag to come upRob Crittenden2011-02-011-0/+23
* Use a common group for all DS instancesSimo Sorce2011-01-311-30/+32
* fixes CA install problem in trac ticket 682John Dennis2011-01-051-18/+24
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Properly quote passwords sent to pkisilent so special characters work.Rob Crittenden2010-12-171-7/+7
* Fix Install using dogtag.Simo Sorce2010-12-101-2/+10
* Move Selfsigned CA creation out of dsinstanceSimo Sorce2010-12-101-5/+5
* Introduce ipa control script that reads configuration off ldapSimo Sorce2010-12-101-9/+5
* Use Realm as certs subject base nameSimo Sorce2010-11-181-6/+10
* Include time duration hints when configuring services in ipa-server-install.Rob Crittenden2010-10-081-2/+2
* Quote passwords when calling pkisilentRob Crittenden2010-10-011-6/+7
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-1/+2
* Remove passwords when running commands including stdout and stderrRob Crittenden2010-08-311-12/+3
* Break out install into more steps, add -key_algorithm to pkisilentRob Crittenden2010-08-191-20/+9
* use NSS for SSL operationsJohn Dennis2010-06-151-24/+0