diff --git a/build.xml b/build.xml index 577663f9..f17b1410 100644 --- a/build.xml +++ b/build.xml @@ -189,7 +189,7 @@ - + - - + + - - + + - + - + @@ -768,10 +768,10 @@ --> - - + + Please enter the password for the keystores: diff --git a/preprod.properties b/preprod.properties index f9a06990..6c7385c2 100644 --- a/preprod.properties +++ b/preprod.properties @@ -7,9 +7,9 @@ # # Use the PKCS#11 provider for signatures. # -keystore.uk.sign.provider = sun.security.pkcs11.SunPKCS11 +sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11 # # Location of the PKCS#11 configuration file for the Thales HSM. # -keystore.pkcs11.config = /opt/xmlsectool/nshield.cfg +sign.uk.pkcs11Config = /opt/xmlsectool/nshield.cfg diff --git a/prod-old.properties b/prod-old.properties index a7269a06..7622fbca 100644 --- a/prod-old.properties +++ b/prod-old.properties @@ -10,9 +10,9 @@ # # Use the PKCS#11 provider for signatures. # -keystore.uk.sign.provider = sun.security.pkcs11.SunPKCS11 +sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11 # # Location of the PKCS#11 configuration file for an ACOS5 card. # -keystore.pkcs11.config = C\:\\pkcs11\\sdk18\\acs.cfg +sign.uk.pkcs11Config = C\:\\pkcs11\\sdk18\\acs.cfg diff --git a/prod.properties b/prod.properties index 26764173..04a57f67 100644 --- a/prod.properties +++ b/prod.properties @@ -7,9 +7,9 @@ # # Use the PKCS#11 provider for signatures. # -keystore.uk.sign.provider = sun.security.pkcs11.SunPKCS11 +sign.uk.keystoreProvider = sun.security.pkcs11.SunPKCS11 # # Location of the PKCS#11 configuration file for the Thales HSM. # -keystore.pkcs11.config = /opt/xmlsectool/nshield.cfg +sign.uk.pkcs11Config = /opt/xmlsectool/nshield.cfg