EntityDescriptor
in a separate file. The names of the files doesn't matter. The filename except the extension (.xml) will become the "ID" attribute on metadata as it is signed and returned to requestors.
# cd /path/to/metadata # ls idp.example.org.xml sp.example.org.xml |
keytool -genkeypair -alias mdx -keypass secret123 -keystore mdx.jks ... answer a bunch of questions ... |
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 & |
EntityDescriptor
elemets to 1 hour from the time of signing.# wget -qO- http://localhost:8080/entity/all+idp |
# wget -qO- http://localhost:8080/entity/all+sp |