We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44153eb commit fcca9deCopy full SHA for fcca9de
example/entrypoint.sh
@@ -4,7 +4,7 @@
4
# get IDEM MDQ key
5
if [[ $GET_IDEM_MDQ_KEY == true ]]; then
6
wget https://mdx.idem.garr.it/idem-mdx-service-crt.pem -O $SATOSA_KEYS_FOLDER/idem-mdx-service-crt.pem
7
- 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
8
echo "Downloaded IDEM MDQ key"
9
fi
10
0 commit comments