From def727ce569ebbbe9aac94f0b158fbabc4abeb58 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 15 Oct 2013 17:30:14 +0000 Subject: Show progress when enabling SSL in DS in ipa-server-install output. Reviewed-By: Petr Viktorin --- install/tools/ipa-server-install | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install/tools/ipa-server-install') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 288022812..dfe192a6e 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -1110,7 +1110,6 @@ def main(): # we now need to enable ssl on the ds ds.enable_ssl() - ds.restart() if setup_ca: # We need to ldap_enable the CA now that DS is up and running @@ -1120,9 +1119,6 @@ def main(): # This is done within stopped_service context, which restarts CA ca.enable_client_auth_to_db() - # Upload the CA cert to the directory - ds.upload_ca_cert() - krb = krbinstance.KrbInstance(fstore) if options.pkinit_pkcs12: krb.create_instance(realm_name, host_name, domain_name, -- cgit