diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-03-21 09:03:51 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-03-21 09:03:51 +0100 |
commit | 226a11e919a5bac372bfb53e50cd33ec61f421ae (patch) | |
tree | ddaa6e88d5dde55c597a86f275702a7388af6069 | |
parent | 88a7650c00e62ab43d147847ebebe4e1a174c237 (diff) |
Add swamid-prod.fdmd-2023-03-21-v01
-rw-r--r-- | metadata/swamid-prod.fd | 29 |
1 files changed, 29 insertions, 0 deletions
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 |