Skip to content
Permalink
d4ae177e85
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (21 sloc) 488 Bytes
#
# preprod.properties
#
# Properties defined for the env=preprod deployment environment.
#
#
# Use the PKCS#11 provider for signatures.
#
sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11
#
# Location of the PKCS#11 configuration file for the Thales HSM.
#
sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg
#
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key
#
# Give Java processes plenty of headroom in production.
#
java.max.memory = 1536m