summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Scott <paul.scott@kau.se>2015-11-20 11:27:07 +0100
committerPaul Scott <paul.scott@kau.se>2015-11-20 11:27:07 +0100
commit6f2d12d528c1f86f1d48cc0382347fc4709f267a (patch)
tree149fa338617d80bf59d92406b3664eb8f6c9c5e1 /Makefile
parentfb6c1439c78f753bd31db97251b5a3d2720b9e8b (diff)
Add validUntil to swamid-testing and swamid-testing-idp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e6184fd5..836dc4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -104,11 +104,11 @@ swamid-idp-transitive: swamid2-deps
test -s swamid-idp-transitive.xml && cp swamid-idp-transitive.xml $(DEST)
swamid-testing:
- @saml-md-tool swamid-testing-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
+ @saml-md-tool swamid-testing-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) --days=$(DAYS)
@test -s swamid-testing-1.0.xml && cp swamid-testing-1.0.xml $(DEST)
swamid-testing-idp:
- @saml-md-tool swamid-testing-idp-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
+ @saml-md-tool swamid-testing-idp-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) --days=$(DAYS)
@test -s swamid-testing-idp-1.0.xml && cp swamid-testing-idp-1.0.xml $(DEST)
swamid-ki-sll: