This command line configuration example:
- reads a file containing SAML metata
path/to/metadata.xml
containing SAML metadata - removes any person or organization contact information
- wraps the results in an
EntitiesDescriptor
- signs the document using a private key taken from the file
path/to/private-key.pem
- writes the results into a filethe file
path/to/output.xml
You can execute the example as follows:
Code Block | ||
---|---|---|
| ||
$ .../mda.sh config.xml pipelinemain |
The example configuration file is as follows; it has been verified with MDA version 0.9.1:
...