1 2 3 4 5 6 7 8 9 10 11 12 13
KEY=/local/swamid-signer.key CERT=/local/swamid-signer.crt PASS=$(shell cat /local/swamid-signer-pass.txt) all: update sign update: @svn up -q sign: @saml-md-tool swamid-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) @test -s swamid-1.0.xml && mv swamid-1.0.xml /local/saml-metadata