From 6f2d12d528c1f86f1d48cc0382347fc4709f267a Mon Sep 17 00:00:00 2001 From: Paul Scott Date: Fri, 20 Nov 2015 11:27:07 +0100 Subject: Add validUntil to swamid-testing and swamid-testing-idp --- Makefile | 4 ++-- 1 file 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: -- cgit v1.2.3