summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index b5b9cb48a..fc319d916 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -609,6 +609,7 @@ def install_check(installer):
if setup_ca:
ca.install_check(False, None, options)
+ kra.install_check(api, None, options)
if options.setup_dns:
dns.install_check(False, api, False, options, host_name)
@@ -809,6 +810,7 @@ def install(installer):
if setup_ca:
ca.install_step_1(False, None, options)
+ kra.install(api, None, options)
# The DS instance is created before the keytab, add the SSL cert we
# generated