summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/src/scriptlets/pkiconfig.py')
-rw-r--r--base/deploy/src/scriptlets/pkiconfig.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/base/deploy/src/scriptlets/pkiconfig.py b/base/deploy/src/scriptlets/pkiconfig.py
index 7b20e474a..d85c4f140 100644
--- a/base/deploy/src/scriptlets/pkiconfig.py
+++ b/base/deploy/src/scriptlets/pkiconfig.py
@@ -125,15 +125,18 @@ pki_deployment_executable = None
# PKI Deployment "Mandatory" Command-Line Variables
pki_subsystem = None
-# 'pkispawn' ONLY
default_deployment_cfg = None
user_deployment_cfg = None
-# 'pkidestroy' ONLY
-pki_deployed_instance_name = None
+pki_instance_name = None
# PKI Deployment "Optional" Command-Line Variables
# 'pkispawn' ONLY
pki_update_flag = False
+pki_http_port = None
+pki_https_port = None
+pki_admin_user_name = None
+pki_admin_password = None
+pki_security_domain_name = None
# PKI Deployment "Test" Command-Line Variables
pki_root_prefix = None