Skip to content

Commit

Permalink
Update entrypoint.sh (#137)
Browse files Browse the repository at this point in the history
New address for get the SPID IDP metadata
  • Loading branch information
MdreW committed Jun 21, 2024
1 parent 44153eb commit fcca9de
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 @@ -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

Expand Down

0 comments on commit fcca9de

Please sign in to comment.