diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream pro rm -f $*.tbs $*.n %.pub: %.sig - samlsign -c $(CERT) -f $< && xmllint --c14 $< > $(DEST)/$*.xml + samlsign -c $(CERT) -f $< && xmllint --c14n $< > $(DEST)/$*.xml rm -f $< upstream: edugain kalmar |