Versions Compared

Key

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

...

Alternatively you can use an existing keystore. In the example below just change the mdx.signer.alias parameter and add a parameter mdx.signer.keystore pointing to the keystore file.

Run the aggregator

...

You

...

will

...

need

...

a

...

version

...

of

...

java

...

1.6

...

to

...

run

...

the

...

aggregator.

...

Launch

...

the

...

aggregator

...

by

...

running

...

this.

...

The

...

'\'

...

indicate

...

line

...

breaks

...

and

...

can

...

be

...

removed

...

if

...

you

...

put

...

the

...

entire

...

command

...

on

...

one

...

line.

Code Block
java -Dmdx.store.url=/path/to/metadata \
     -Dmdx.signer.alias=mdx \
     -Dmdx.signer.pin=secret123 \
     -Dmdx.signer.validity=3600 -jar saml-md-aggregator-standalone.jar &

...