From e6b7bd66a4f2e7eae691ea9e27b96ec635b1a357 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 30 Nov 2011 15:45:03 +0100 Subject: nsclean before signing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8933a186..c78a881b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ MXML=$(shell echo *.mxml) sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream swamid-ki-sll swamid-fiv-test %.sig: %.mxml - xsltproc $(XSLTDEFS) --xinclude xslt/swamid-sign.xsl $< > $*.tbs + xsltproc $(XSLTDEFS) --xinclude --nsclean xslt/swamid-sign.xsl $< > $*.tbs xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --output $@ $*.tbs xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@ rm -f $*.tbs -- cgit v1.2.3