From 226a11e919a5bac372bfb53e50cd33ec61f421ae Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Tue, 21 Mar 2023 09:03:51 +0100 Subject: Add swamid-prod.fd --- metadata/swamid-prod.fd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/swamid-prod.fd diff --git a/metadata/swamid-prod.fd b/metadata/swamid-prod.fd new file mode 100644 index 00000000..32a08bf7 --- /dev/null +++ b/metadata/swamid-prod.fd @@ -0,0 +1,29 @@ +- when clean: + - xslt: + stylesheet: tidy.xsl + - check_xml_namespaces + - break +- when update: + - load: + - /opt/metadata/swamid-edugain cleanup clean + - /opt/metadata/swamid-2.0 cleanup clean + - /opt/metadata/swamid-interfederations-2.0 cleanup clean + - break +- when request: + - select + - pipe: + - when accept application/samlmetadata+xml application/xml: + - xslt: + stylesheet: tidy.xsl + - pubinfo: + publisher: https://mdx.qa.swamid.se/ + - first + - finalize: + baseURL: https://mdx.qa.swamid.se/ + cacheDuration: PT5H + validUntil: P10D + - sign: + key: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.key + cert: /opt/metadata/swamid-interfederations-2.0/cert/swamid-qa.crt + - emit application/xml + - break -- cgit v1.2.3