summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkihelper.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-02-02 03:32:50 +0100
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2016-02-22 20:20:19 -0700
commit1b5d731f46e29c7129f0e985e77b693440754642 (patch)
tree6ab377f9465c76a8a64db5c7aa6423c711f30970 /base/server/python/pki/server/deployment/pkihelper.py
parent708189e54a505ce0baf9a96ff3ad8b6a9942936e (diff)
downloadpki-1b5d731f46e29c7129f0e985e77b693440754642.tar.gz
pki-1b5d731f46e29c7129f0e985e77b693440754642.tar.xz
pki-1b5d731f46e29c7129f0e985e77b693440754642.zip
Fixed KRA installation.
Due to a recent change the KRA installation failed because the installer was trying to read the pki_external_csr_path parameter which is not available for KRA installation. The installer has been fixed to read the parameter in external CA case only. https://fedorahosted.org/pki/ticket/456 (cherry picked from commit d42f39334ce4b4f5fa89707bfb6145039ff04579)
Diffstat (limited to 'base/server/python/pki/server/deployment/pkihelper.py')
-rw-r--r--base/server/python/pki/server/deployment/pkihelper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index 07a5ce4dd..e8591398d 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -492,7 +492,6 @@ class ConfigurationFile:
self.external = config.str2bool(self.mdict['pki_external'])
self.external_step_one = not config.str2bool(self.mdict['pki_external_step_two'])
self.external_step_two = not self.external_step_one
- self.external_csr_path = self.mdict['pki_external_csr_path']
if self.external:
# generic extension support in CSR - for external CA