Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-meta/tools/mda-distribution-0.10.0/doc/wiki/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (17 sloc)
1.26 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Wiki Configuration Examples | |
This directory contains copies of the [configuration examples][wiki:examples] | |
provided on the wiki. The intention is to make it easier to keep them up to date | |
with new releases by having test data available alongside them. | |
[wiki:examples]: https://wiki.shibboleth.net/confluence/display/MA1/Configuration+Examples | |
- [Aggregate and Sign](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1501823071/Aggregate+and+Sign) | |
`.../mda.sh aggregate-and-sign.xml main` | |
- [Filter Aggregate](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1501823090/Filter+Aggregate) | |
`.../mda.sh filter-aggregate.xml main` | |
- [Aggregate and Republish](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1501823098/Aggregate+and+Republish) | |
`.../mda.sh aggregate-and-republish.xml main` | |
- [Sign Using PKCS#11 Token](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1502216280/Sign+using+PKCS%2311+token) | |
`.../mda.sh sign-using-token.xml main` | |
- [Per-entity Output](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1502216310/Per-entity+Output) | |
`.../mda.sh per-entity.xml main` | |
- [Generate Discovery Feed](https://shibboleth.atlassian.net/wiki/spaces/MA1/pages/1552614062/Generate+Discovery+Feed): | |
`.../mda.sh discofeed.xml main` |