From 9f1aefbb138f39a0ec3184759cffaaa8d1e9f703 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 1 Aug 2016 10:08:24 +0100 Subject: [PATCH] Move keystore configuration for old production system into a separate properties file. --- build.xml | 2 +- prod-old.properties | 13 +++++++++++++ windows.properties | 5 ----- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 prod-old.properties diff --git a/build.xml b/build.xml index e5f21db1..20655947 100644 --- a/build.xml +++ b/build.xml @@ -44,7 +44,7 @@ Distinguish between different classes of deployment, e.g., development vs. production. - Values: dev, preprod, prod + Values: dev, preprod, prod, prod-old Defaults to "dev" here, but that can be overridden from the command line, a Jenkins job, or in build.properties. diff --git a/prod-old.properties b/prod-old.properties new file mode 100644 index 00000000..69ab30ec --- /dev/null +++ b/prod-old.properties @@ -0,0 +1,13 @@ +# +# prod-old.properties +# +# Properties defined for the env=prod-old deployment environment. +# +# This is associated with the old stand-alone signing machine, and is not expected +# to be used again in anger. +# + +# +# Location of the PKCS#11 configuration file for an ACOS5 card. +# +pkcs11.config = C\:\\pkcs11\\sdk18\\acs.cfg diff --git a/windows.properties b/windows.properties index 69e6648c..dedbf633 100644 --- a/windows.properties +++ b/windows.properties @@ -8,8 +8,3 @@ # Null device location. null.device=nul: - -# -# Location of the PKCS#11 configuration file for an ACOS5 card. -# -pkcs11.config = C\:\\pkcs11\\sdk18\\acs.cfg