Skip to content

Commit

Permalink
Fix #132 - Renamed $KEYS_FOLDER to $SATOSA_KEYS_FOLDER
Browse files Browse the repository at this point in the history
  • Loading branch information
MdreW committed Feb 23, 2024
1 parent 7401aff commit 7a6b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a6b1af

Please sign in to comment.