diff options
author | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:18:42 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:18:42 +0100 |
commit | 329eb823659ab757649d8f869aa17a51b18a9106 (patch) | |
tree | 0857743b4c8f02e892c99cb3d78747ee4bbd31fd /scripts/aggregate.sh | |
parent | e95ab50d69eeaf8f79ffc414da472c948381d63d (diff) |
polish
Diffstat (limited to 'scripts/aggregate.sh')
-rwxr-xr-x | scripts/aggregate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh index b3c8c8e9..c3654d66 100755 --- a/scripts/aggregate.sh +++ b/scripts/aggregate.sh @@ -2,5 +2,5 @@ DIR=`pwd` -$DIR/scripts/pull-and-verify.sh http://spaces.internet2.edu/Shibboleth.sso/Metadata $DIR/certs/spaces.internet2.edu.crt $1 +$DIR/scripts/pull-and-verify.sh 'http://spaces.internet2.edu/Shibboleth.sso/Metadata' $DIR/certs/spaces.internet2.edu.crt $1 $DIR/scripts/pull-and-verify.sh 'https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2&exclude=sweden&mimetype=application/xml' $DIR/certs/kalmar-signer.crt $1 |