Skip to content

Commit

Permalink
Handle signing key aliases for production environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent 19de5a0 commit ccd6863
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@
-->
<property name="mdaggr.stats" value="ukfederation-stats.html"/>

<!--
Signing keystore alias.
-->
<property name="sign.uk.keyAlias" value="ukfederation"/>

<!--
Verification keystore.
-->
Expand Down
5 changes: 5 additions & 0 deletions preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ 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

#
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key
5 changes: 5 additions & 0 deletions prod-old.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11
# Location of the PKCS#11 configuration file for an ACOS5 card.
#
sign.uk.pkcs11Config = C\:\\pkcs11\\sdk18\\acs.cfg

#
# Signing key alias within the keystore.
#
sign.uk.keyAlias = ukfederation
5 changes: 5 additions & 0 deletions prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ 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

#
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key

0 comments on commit ccd6863

Please sign in to comment.