diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-30 15:29:14 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-30 15:29:14 +0100 |
commit | 65c077d8ae33ba4c454e27b774b71f917137d434 (patch) | |
tree | 497be74832b189b32e065a6feb91954b26e80f79 /Makefile | |
parent | 26c3a515249dfc4582d40559326bca2bd9292442 (diff) |
test after signing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |