From 78f7edcfbba38bc0fe38aea7e72942f0bc7c60c3 Mon Sep 17 00:00:00 2001 From: Andrea Ranaldi Date: Fri, 21 Jun 2024 11:55:17 +0200 Subject: [PATCH] Update entrypoint.sh New address for get the SPID IDP metadata --- example/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/entrypoint.sh b/example/entrypoint.sh index 09934191..90bc849b 100644 --- a/example/entrypoint.sh +++ b/example/entrypoint.sh @@ -4,7 +4,7 @@ # get IDEM MDQ key if [[ $GET_IDEM_MDQ_KEY == true ]]; then wget https://mdx.idem.garr.it/idem-mdx-service-crt.pem -O $SATOSA_KEYS_FOLDER/idem-mdx-service-crt.pem - wget https://registry.spid.gov.it/metadata/idp/spid-entities-idps.xml -O metadata/idp/spid-entities-idps.xml + wget https://registry.spid.gov.it/entities-idp -O metadata/idp/spid-entities-idps.xml echo "Downloaded IDEM MDQ key" fi