summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-08-01 15:16:24 -0400
committerRob Crittenden <rcritten@redhat.com>2011-08-03 20:38:19 -0400
commit6f29ba96af5a1ef4ce2f8b9b918c5811848e58f7 (patch)
treeeed7c7bb12bb1fa6a33e1de6000c43a2e20554c9 /install/tools/ipa-replica-install
parent11f4593a84234f2d1d3a0029ef3da06c30cf4dec (diff)
downloadfreeipa-ipa-2-0.tar.gz
freeipa-ipa-2-0.tar.xz
freeipa-ipa-2-0.zip
Re-arrange CA configuration code to reduce the number of restarts.ipa-2-0
Ade Lee from the dogtag team looked at the configuration code and determined that a number of restarts were not needed and recommended re-arranging other code to reduce the number of restarts to one. https://fedorahosted.org/freeipa/ticket/1555
Diffstat (limited to 'install/tools/ipa-replica-install')
-rwxr-xr-xinstall/tools/ipa-replica-install3
1 files changed, 0 insertions, 3 deletions
diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install
index add27b100..5f257375d 100755
--- a/install/tools/ipa-replica-install
+++ b/install/tools/ipa-replica-install
@@ -411,9 +411,6 @@ def main():
CA.import_ra_cert(dir + "/ra.p12")
CA.fix_ra_perms()
service.restart("httpd")
- if config.setup_ca:
- service.print_msg("Setting the certificate subject base")
- CA.set_subject_in_config(util.realm_to_suffix(config.realm_name))
# The DS instance is created before the keytab, add the SSL cert we
# generated