summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-30 15:29:14 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-30 15:29:14 +0100
commit65c077d8ae33ba4c454e27b774b71f917137d434 (patch)
tree497be74832b189b32e065a6feb91954b26e80f79 /Makefile
parent26c3a515249dfc4582d40559326bca2bd9292442 (diff)
test after signing
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