From 03a6350687e033461306d6b9000ef8ea34af96f9 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Sun, 2 Dec 2012 22:42:36 -0500 Subject: Common User: pkispawn changes --- base/deploy/config/deployment.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/deploy/config') diff --git a/base/deploy/config/deployment.cfg b/base/deploy/config/deployment.cfg index 278df62d3..6ff7a35bb 100644 --- a/base/deploy/config/deployment.cfg +++ b/base/deploy/config/deployment.cfg @@ -194,6 +194,7 @@ pki_external_ca_cert_chain_path= pki_external_ca_cert_path= pki_external_csr_path= pki_external_step_two=False +pki_import_admin_cert=False pki_ocsp_signing_key_algorithm=SHA256withRSA pki_ocsp_signing_key_size=2048 pki_ocsp_signing_key_type=rsa @@ -213,6 +214,7 @@ pki_subsystem_name= ## required information which MAY be overridden by users as necessary. ## ############################################################################### [KRA] +pki_import_admin_cert=True pki_storage_key_algorithm=SHA256withRSA pki_storage_key_size=2048 pki_storage_key_type=rsa @@ -238,6 +240,7 @@ pki_transport_token= ## required information which MAY be overridden by users as necessary. ## ############################################################################### [OCSP] +pki_import_admin_cert=True pki_ocsp_signing_key_algorithm=SHA256withRSA pki_ocsp_signing_key_size=2048 pki_ocsp_signing_key_type=rsa @@ -266,6 +269,7 @@ pki_subsystem_name= ## required information which MAY be overridden by users as necessary. ## ############################################################################### [TKS] +pki_import_admin_cert=True pki_subsystem=TKS pki_subsystem_name= -- cgit