diff --git a/build.xml b/build.xml index f17b1410..cc142510 100644 --- a/build.xml +++ b/build.xml @@ -186,11 +186,6 @@ --> - - - diff --git a/preprod.properties b/preprod.properties index 6c7385c2..875707fe 100644 --- a/preprod.properties +++ b/preprod.properties @@ -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 diff --git a/prod-old.properties b/prod-old.properties index 7622fbca..fdda3b0b 100644 --- a/prod-old.properties +++ b/prod-old.properties @@ -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 diff --git a/prod.properties b/prod.properties index 04a57f67..844ba821 100644 --- a/prod.properties +++ b/prod.properties @@ -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