summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 768b6043..b28fff23 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,11 @@ all: update sign
update:
@svn up -q
-sign:
+sign: swamid nya
+
+swamid:
@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
+
+nya:
+ @saml-md-tool nya-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)