summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2021-08-27 11:49:45 +0200
committerBjörn Mattsson <bjorn@sunet.se>2021-08-27 11:49:45 +0200
commit053b1c1f34b3552a126599fadd2508671118e277 (patch)
treec90cd7e1720a2609f7a3e8d88664125f48fcf62a /scripts
parent28d7b3a3c166f7a16ec4e91514ca183eba2de84d (diff)
SWAMID-358, cert roll on Fs.uka.se
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-metadata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-metadata.sh b/scripts/get-metadata.sh
index 053a0a8e..49a43d54 100755
--- a/scripts/get-metadata.sh
+++ b/scripts/get-metadata.sh
@@ -45,7 +45,7 @@ else
if [ -s "${metadataurl}" ]; then
metadata=`cat "$metadataurl"`
else
- urls="https://${metadataurl}/idp/shibboleth https://${metadataurl}/Shibboleth.sso/Metadata https://${metadataurl}/saml/index/sp-metadata https://${metadataurl}/saml/metadata"
+ urls="https://${metadataurl}/idp/shibboleth https://${metadataurl}/Shibboleth.sso/Metadata https://${metadataurl}/saml/index/sp-metadata https://${metadataurl}/saml/metadata https://${metadataurl}/federationmetadata/2007-06/federationmetadata.xml"
for i in ${urls}; do
metadata=`curl -L -s -k -f "${i}"`
[ -n "${metadata}" ] && break