diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | swamid2007.mk (renamed from luna.mk) | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -16,6 +16,7 @@ TRANSFORM=xslt/normalize.xsl ID=$(shell perl scripts/unique_id.pl) XSLTDEFS := --stringparam org $(ORG) --stringparam ID $(ID) --stringparam tou $(TOU) --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE) --stringparam now $(NOW) SIGNER := xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --id-attr:ID urn:oasis:names:tc:SAML:2.0:metadata:EntitiesDescriptor +BASEURL := "http://md.swamid.se/md/" -include $(SWAMID_MK_CONFIG) @@ -26,7 +27,7 @@ MXML=$(shell echo *.mxml) sign: swamid upstream projects %.sig: %.mxml - xsltproc $(XSLTDEFS) --stringparam target "http://md.swamid.se/md/$*.xml" --xinclude $(TRANSFORM) $< > $*.n + xsltproc $(XSLTDEFS) --stringparam target "$(BASEURL)/$*.xml" --xinclude $(TRANSFORM) $< > $*.n xsltproc $(XSLTDEFS) --xinclude xslt/sign.xsl $*.n > $*.tbs $(SIGNER) --output $@ $*.tbs xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@ |