summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkihelper.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-01-22 00:03:39 +0100
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2016-02-22 20:20:03 -0700
commit5207fe7a28462f24ba47301a717af15057f3be0e (patch)
tree81a922edbf1276c3779732652eedcda4289424f0 /base/server/python/pki/server/deployment/pkihelper.py
parent576c3afbe96aed07d994533767f1b4aec1b88e4c (diff)
downloadpki-5207fe7a28462f24ba47301a717af15057f3be0e.tar.gz
pki-5207fe7a28462f24ba47301a717af15057f3be0e.tar.xz
pki-5207fe7a28462f24ba47301a717af15057f3be0e.zip
Fixed installation summary for existing CA.
The pkispawn has been modified to display the proper summary for external CA and existing CA cases. https://fedorahosted.org/pki/ticket/456 (cherry picked from commit 66a4b7e635a4456a102221049c58c461d3429093)
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, 1 insertions, 0 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index e8591398d..07a5ce4dd 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -492,6 +492,7 @@ 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