From cde899c8e8516125b26818d5668487c99267420c Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 14 Apr 2015 20:05:17 -0600 Subject: Add HSM options to pkispawn - PKI TRAC Ticket #1346 - pkispawn should have an HSM library option --- base/server/etc/default.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/server/etc') diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg index ad8adc67e..50117a20e 100644 --- a/base/server/etc/default.cfg +++ b/base/server/etc/default.cfg @@ -91,6 +91,9 @@ pki_ds_secure_connection=False pki_ds_secure_connection_ca_nickname=Directory Server CA certificate pki_ds_secure_connection_ca_pem_file= pki_group=pkiuser +pki_hsm_enable=False +pki_hsm_libfile= +pki_hsm_modulename= pki_issuing_ca_hostname=%(pki_security_domain_hostname)s pki_issuing_ca_https_port=%(pki_security_domain_https_port)s pki_issuing_ca_uri=https://%(pki_issuing_ca_hostname)s:%(pki_issuing_ca_https_port)s -- cgit