summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 155d1aaa..7f088931 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream swa
%.sig: %.mxml
xsltproc $(XSLTDEFS) --xinclude xslt/swamid-sign.xsl $< > $*.tbs
- xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $*.tbs
xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --output $@ $*.tbs
+ xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@
rm -f $*.tbs
%.pub: %.sig