Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add PKCS#11 configuration for production systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent c6b87d9 commit 22b1356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22b1356

Please sign in to comment.