summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/replicainstall.py
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2016-11-07 12:23:26 +0100
committerJan Cholasta <jcholast@redhat.com>2016-11-11 12:17:25 +0100
commit0b68899779e4500d231e974f11e428f8a3577538 (patch)
treea4b7d33b4c5e1ac3da6e68e28f9338d6a3b5ca55 /ipaserver/install/server/replicainstall.py
parente40d6a2a53a931b4d2be3e45c84da99950e60a84 (diff)
downloadfreeipa-0b68899779e4500d231e974f11e428f8a3577538.tar.gz
freeipa-0b68899779e4500d231e974f11e428f8a3577538.tar.xz
freeipa-0b68899779e4500d231e974f11e428f8a3577538.zip
Remove redundant CA cert file existance check
https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver/install/server/replicainstall.py')
-rw-r--r--ipaserver/install/server/replicainstall.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py
index 853e8af4a..f353e5c0f 100644
--- a/ipaserver/install/server/replicainstall.py
+++ b/ipaserver/install/server/replicainstall.py
@@ -1310,9 +1310,6 @@ def promote_check(installer):
if add_to_ipaservers:
os.environ['KRB5CCNAME'] = ccache
- if not ipautil.file_exists(cafile):
- raise RuntimeError("CA cert file is not available.")
-
installer._ca_enabled = ca_enabled
installer._kra_enabled = kra_enabled
installer._fstore = fstore