Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add new deployment environment for testing new HSM
See ukf/ukf-meta#349 for details
Alex Stuart
committed
Jun 22, 2022
1 parent
7ccb364
commit e28a201
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# hv1-happ-001.properties | ||
# | ||
# Properties defined for the env=hv1-happ-001 deployment environment. | ||
# | ||
# This is testing the new HSM (installed in December 2021) | ||
# | ||
|
||
# | ||
# Location of the PKCS#11 configuration file for the Thales HSM. | ||
# | ||
sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield202112.cfg | ||
|
||
# | ||
# Signing key alias within the keystore. | ||
# | ||
sign.uk.keyAlias = UKAMF_Signing_Key | ||
|
||
# | ||
# Give Java processes plenty of headroom in production. | ||
# Update this whenever the value in build.xml is updated. | ||
# | ||
java.max.memory = 2048m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
library=/opt/nfast/toolkits/pkcs11/libcknfast.so | ||
name=nShield | ||
description=nShield Token | ||
showInfo=true |