Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagebash
$ .../mda.sh config.xml pipelinemain

The example configuration file is as follows; it has been verified with MDA version 0.9.1:

...