summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Wassberg <jocar@sunet.se>2023-03-10 15:25:29 +0100
committerJohan Wassberg <jocar@sunet.se>2023-03-10 15:27:18 +0100
commit059e9826af22664be1ff84bd8239dd0b2f7513d6 (patch)
treed68230136a4951e431c729213ae3178e82346c1d
parent9b15043f783319707e56dcb130101e0c060589f4 (diff)
Add configuration to run pyffmd-2023-03-10-v06
-rw-r--r--mdq.fd29
1 files changed, 29 insertions, 0 deletions
diff --git a/mdq.fd b/mdq.fd
new file mode 100644
index 00000000..32a08bf7
--- /dev/null
+++ b/mdq.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