From 22b13564c647f4236d07b77e6f11f676bdb64806 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 1 Aug 2016 10:20:39 +0100 Subject: [PATCH] Add PKCS#11 configuration for production systems. --- preprod.properties | 5 +++++ prod.properties | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/preprod.properties b/preprod.properties index 8fe91d3e..e5e5048c 100644 --- a/preprod.properties +++ b/preprod.properties @@ -3,3 +3,8 @@ # # Properties defined for the env=preprod deployment environment. # + +# +# Location of the PKCS#11 configuration file for the Thales HSM. +# +keystore.pkcs11.config = /opt/xmlsectool/nshield.cfg diff --git a/prod.properties b/prod.properties index aacf0d6b..ec8bc5a6 100644 --- a/prod.properties +++ b/prod.properties @@ -3,3 +3,8 @@ # # Properties defined for the env=prod deployment environment. # + +# +# Location of the PKCS#11 configuration file for the Thales HSM. +# +keystore.pkcs11.config = /opt/xmlsectool/nshield.cfg