Skip to content

Commit

Permalink
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.
23 changes: 23 additions & 0 deletions hv1-happ-001.properties
@@ -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
4 changes: 4 additions & 0 deletions mdx/uk/nshield202112.cfg
@@ -0,0 +1,4 @@
library=/opt/nfast/toolkits/pkcs11/libcknfast.so
name=nShield
description=nShield Token
showInfo=true

0 comments on commit e28a201

Please sign in to comment.