summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install4
1 files changed, 0 insertions, 4 deletions
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,