diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | swamid-2.0.mxml | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ KEY=/opt/swamid-credentials/swamid-signer.key CERT=/opt/swamid-credentials/swamid-signer.crt PASS=$(shell cat /opt/swamid-credentials/swamid-signer-pass.txt) DEST=/opt/published-metadata +DAYS=1 all: update clean sign @@ -41,7 +42,7 @@ swamid1: swamid2-deps: swamid-backport-1.0.xml swamid-externals-sp-2.0.xml swamid2: swamid2-deps - @saml-md-tool swamid-2.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) + @saml-md-tool swamid-2.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) --days=$(DAYS) @test -s swamid-2.0.xml && cp swamid-2.0.xml $(DEST) swamid-backport-1.0.xml: diff --git a/swamid-2.0.mxml b/swamid-2.0.mxml index 5d62124d..c2216a85 100644 --- a/swamid-2.0.mxml +++ b/swamid-2.0.mxml @@ -1,6 +1,7 @@ <?xml version="1.0"?> <EntitiesDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xi="http://www.w3.org/2001/XInclude" + validUntil="1970-01-01T00:00:00Z" cacheDuration="PT8H" Name="http://md.swamid.se/md/swamid-2.0.xml"> <!-- |