From e744ddde05b4d7bd87f292b2ed5eeb491d75fc32 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 21 Nov 2006 15:21:15 +0000 Subject: [PATCH] Full-blown two-federation system. --- build.xml | 250 ++++++++++++++++++++++++++++++++++--------------- xml/.cvsignore | 3 + 2 files changed, 178 insertions(+), 75 deletions(-) create mode 100644 xml/.cvsignore diff --git a/build.xml b/build.xml index fe542fed..b1d5ee19 100644 --- a/build.xml +++ b/build.xml @@ -84,6 +84,10 @@ Each federation has a keystore for signing, and a second for verification. Each of these keystores has a location and a key alias to use. + + We make the assumption here that all keystores and keys use the same + password, which is the new UK Federation one rather than the older + and weaker SDSS Federation password. --> @@ -143,6 +147,8 @@ + + - + Generated unsigned metadata. - + - - Generating unsigned UK master file. - - + + + Generated SDSS unsigned metadata. - - - + + Generating unsigned SDSS master file. - - Generating unsigned V1.3 metadata. + + Generating unsigned SDSS V1.3 metadata. - - Generating unsigned V1.2 metadata. + + Generating unsigned SDSS V1.2 metadata. @@ -250,18 +251,50 @@ tofile="${xml.dir}/sdss-trust-unsigned.xml"/> - - Generating unsigned WAYF metadata. + + Generating unsigned SDSS WAYF metadata. + + + + Generated UK unsigned metadata. + + + + Generating unsigned UK master file. + + + + + + Generating unsigned UK V1.2 metadata. + + + + + + + + Generating unsigned UK WAYF metadata. + + + + - Please enter the password for the SDSS keystore: + Please enter the password for the keystores: @@ -299,6 +332,18 @@ + + + + Generated signed metadata. + + + + @@ -313,56 +358,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Generated signed metadata. + + Generated signed SDSS metadata. - - Signing Shibboleth 1.3 metadata. + + Signing SDSS V1.3 metadata. + + - - Signing Shibboleth 1.2 metadata. + + Signing SDSS V1.2 metadata. @@ -375,36 +387,124 @@ tofile="${xml.dir}/sdss-trust.xml"/> - - Signing WAYF metadata. + + Signing SDSS WAYF metadata. + + + + + + + + + + + + + + + + Generated signed UK metadata. + + + + Signing UK V1.3 metadata. + + + + + + Signing UK V1.2 metadata. + + + + + + + + Signing UK WAYF metadata. + + + + - - Verified signed metadata. + + Verification completed. + + + + + + + + + + + + + + Verified signed SDSS metadata. - - Verifying signed Shibboleth 1.3 metadata. + + Verifying signed SDSS V1.3 metadata. - - Verifying signed Shibboleth 1.2 metadata. + + Verifying signed SDSS V1.2 metadata. - - Verifying signed WAYF metadata. + + Verifying signed SDSS WAYF metadata. + + + Verified signed UK metadata. + + + + + + + + + + + + + + Verifying signed UK V1.3 metadata. + + + + + Verifying signed UK V1.2 metadata. + + + + + + Verifying signed UK WAYF metadata. + + \ No newline at end of file diff --git a/xml/.cvsignore b/xml/.cvsignore new file mode 100644 index 00000000..41e00c33 --- /dev/null +++ b/xml/.cvsignore @@ -0,0 +1,3 @@ +ukfederation-trust-12-unsigned.xml +ukfederation-sites-12-unsigned.xml +ukfederation-wayf-unsigned.xml