From 7a6b1af7588a4651722f37a9c13f1b76de897c69 Mon Sep 17 00:00:00 2001 From: MDreW Date: Fri, 23 Feb 2024 11:27:45 +0100 Subject: [PATCH] Fix #132 - Renamed $KEYS_FOLDER to $SATOSA_KEYS_FOLDER --- example/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/entrypoint.sh b/example/entrypoint.sh index aea5f350..09934191 100644 --- a/example/entrypoint.sh +++ b/example/entrypoint.sh @@ -3,7 +3,7 @@ # get IDEM MDQ key if [[ $GET_IDEM_MDQ_KEY == true ]]; then - wget https://mdx.idem.garr.it/idem-mdx-service-crt.pem -O $KEYS_FOLDER/idem-mdx-service-crt.pem + 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 echo "Downloaded IDEM MDQ key" fi