From 575b2f426d0af836194a2c53f9980b40e2a8189b Mon Sep 17 00:00:00 2001 From: Rhys Smith Date: Thu, 3 Nov 2016 16:19:01 +0000 Subject: [PATCH] Add some ant build targets to test the signing/verifying system works To be used by a Jenkins job to test the connection to the HSM --- build.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/build.xml b/build.xml index 7df0a07f..d3ab3ce3 100644 --- a/build.xml +++ b/build.xml @@ -1785,6 +1785,17 @@ + + + Testing signing the unsigned main aggregate. + + Test signing UKfed prod metadata. + + + + @@ -1813,6 +1824,16 @@ Verification completed. + + + Testing verifying the signed main aggregate. + + + Test verification completed. + +