diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-03-10 15:42:12 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-03-10 15:42:12 +0100 |
commit | f8ac2c844e68a7150830c3ddbd6de1a6ec86a1a4 (patch) | |
tree | c89d6bf0a647f7cb6998931cdf71843651669eae /mdq.fd | |
parent | 059e9826af22664be1ff84bd8239dd0b2f7513d6 (diff) |
This is where pyff looks for configmd-2023-03-10-v07
Diffstat (limited to 'mdq.fd')
-rw-r--r-- | mdq.fd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mdq.fd b/mdq.fd deleted file mode 100644 index 32a08bf7..00000000 --- a/mdq.fd +++ /dev/null @@ -1,29 +0,0 @@ -- 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 |