...
=<RelyingParty name="URI"= |
In addition to its attributes, this element may contain a |
...
metadatatool
The Shibboleth ! IdP leverages metadata distributed by relying parties and federations to validate the identity of requesters and the resource providers on whose behalf the request is being made. This metadata is cached locally in the form of metadata.xml
. Shibboleth includes a simple utility called metadatatool
which can be used to refresh a metadata.xml
file. These files are then pointed to by MetadataProvider
elements in idp.xml
and shibboleth.xml
.
...
This is a list of all the command-line parameters that may be specified:
Code Block |
---|
when signing: -i <uri><uri> -s -k <keystore><keystore> -a <alias><alias> -p <pass><pass> [-o <outfile>]<br><outfile>] when updating: -i <uri><uri> [-k <keystore><keystore> -a <alias><alias> OR -N ] [-o <outfile><outfile>] |
-i,--in | input file or url |
-k,--keystore | pathname of Java keystore file |
-a,--alias | alias of signing or verification key |
-p,--password | keystore/key password |
-o,--outfile | write signed copy to this file instead of stdout |
-s,--sign | sign the input file and write out a signed version |
-N,--noverify | allows update of file without signature check |
-h,--help | print a list of configuration options |
-x,--ns | XML namespace of root element |
-n,--name | name of root element |
...