Skip to content

Commit

Permalink
Pull Thales configuration into this repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent 50cbd02 commit bb2c31b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mdx/uk/nshield.cfg
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
slot=-1
2 changes: 1 addition & 1 deletion preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11
#
# Location of the PKCS#11 configuration file for the Thales HSM.
#
sign.uk.pkcs11Config = /opt/xmlsectool/nshield.cfg
sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg

#
# Signing key alias within the keystore.
Expand Down
2 changes: 1 addition & 1 deletion prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11
#
# Location of the PKCS#11 configuration file for the Thales HSM.
#
sign.uk.pkcs11Config = /opt/xmlsectool/nshield.cfg
sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg

#
# Signing key alias within the keystore.
Expand Down

0 comments on commit bb2c31b

Please sign in to comment.