From e3449617d90f5f73afdb568cc2f43769e5ea760b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 14 Apr 2016 23:21:57 +0200 Subject: Added PKCS #12 deployment properties. New PKCS #12 deployment properties have been added as aliases for some external CA properties to allow them to be used in more general cases: - pki_pkcs12_path -> pki_external_pkcs12_path - pki_pkcs12_password -> pki_external_pkcs12_password https://fedorahosted.org/pki/ticket/1736 --- base/server/etc/default.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'base/server/etc') diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg index 21c792472..924df9ddc 100644 --- a/base/server/etc/default.cfg +++ b/base/server/etc/default.cfg @@ -23,6 +23,7 @@ sensitive_parameters= pki_clone_pkcs12_password pki_ds_password pki_external_pkcs12_password + pki_pkcs12_password pki_one_time_pin pki_pin pki_replication_password @@ -134,6 +135,8 @@ pki_theme_server_dir=/usr/share/pki/common-ui pki_token_name=internal pki_token_password= pki_user=pkiuser +pki_pkcs12_path= +pki_pkcs12_password= # Paths: # These are used in the processing of pkispawn and are not supposed @@ -378,8 +381,8 @@ pki_external_step_two=False pki_external_ca_cert_chain_path= pki_external_ca_cert_chain_nickname=caSigningCert External CA pki_external_ca_cert_path= -pki_external_pkcs12_path= -pki_external_pkcs12_password= +pki_external_pkcs12_path=%(pki_pkcs12_path)s +pki_external_pkcs12_password=%(pki_pkcs12_password)s pki_import_admin_cert=False pki_ocsp_signing_key_algorithm=SHA256withRSA pki_ocsp_signing_key_size=2048 -- cgit