diff options
author | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:05:46 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:05:46 +0100 |
commit | 67d03db1de44d1a281b1efac89918a263db14539 (patch) | |
tree | 8efca950094c0396f55b182908740c6e2855f6b8 /scripts/aggregate.sh | |
parent | f610a5696357cc4235c430f684ee992a242e6922 (diff) |
basic aggregator
Diffstat (limited to 'scripts/aggregate.sh')
-rwxr-xr-x | scripts/aggregate.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh new file mode 100755 index 00000000..b3c8c8e9 --- /dev/null +++ b/scripts/aggregate.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +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 'https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2&exclude=sweden&mimetype=application/xml' $DIR/certs/kalmar-signer.crt $1 |