diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --nsclean xslt/swamid-sign.xsl $< > $*.tbs + xsltproc $(XSLTDEFS) --xinclude 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 |