https://github.com/nordunet/metadata-updater
A simple metadata update and verify script.
https://github.com/nordunet/metadata-updater
Last synced: 4 months ago
JSON representation
A simple metadata update and verify script.
- Host: GitHub
- URL: https://github.com/nordunet/metadata-updater
- Owner: NORDUnet
- License: bsd-3-clause
- Created: 2016-05-18T07:23:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T14:12:10.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T22:42:15.490Z (6 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SAML Metadata updater
A simple script that `wget` SAML metadata to a temporary file.
If a certificate is supplied it will verify the signature of the metadata. If the metadata was signed by the cert it will move the metdata to its final destination.## Usage
md-update.sh [-c CERT_FILE] [-q] -o OUT_FILE URL
The `-q` option is for a quiet run with no output.
## Dependencies
If you want to verify the metadata signatrue, you will need to install `xmlsec1`.
sudo apt-get install xmlsec1