summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ca.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-18 10:35:09 +0000
committerPetr Vobornik <pvoborni@redhat.com>2015-06-18 14:48:31 +0200
commitc3a3d789b5da353a6abf2722932df4f5fc05dbe5 (patch)
tree9c8a89719edf14e37ffd03789d9d0523cfbc5589 /ipaserver/install/ca.py
parent3ababb763b93af4012705d59d2f55801d172835c (diff)
downloadfreeipa-c3a3d789b5da353a6abf2722932df4f5fc05dbe5.tar.gz
freeipa-c3a3d789b5da353a6abf2722932df4f5fc05dbe5.tar.xz
freeipa-c3a3d789b5da353a6abf2722932df4f5fc05dbe5.zip
install: Fix ipa-replica-install not installing RA cert
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaserver/install/ca.py')
-rw-r--r--ipaserver/install/ca.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/ipaserver/install/ca.py b/ipaserver/install/ca.py
index 1ef8b2c41..b84756922 100644
--- a/ipaserver/install/ca.py
+++ b/ipaserver/install/ca.py
@@ -122,13 +122,7 @@ def install_step_0(standalone, replica_config, options):
postinstall = True
else:
postinstall = False
- ca = cainstance.install_replica_ca(replica_config, postinstall)
-
- if not standalone:
- ca.configure_certmonger_renewal()
- ca.import_ra_cert(replica_config.dir + "/ra.p12")
- ca.fix_ra_perms()
-
+ cainstance.install_replica_ca(replica_config, postinstall)
return
if options.external_cert_files: