Versions Compared

Key

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

...

One of these parameters is required. In the latter case, you must create a small XML file containing a configuration snippet that instantiates a plugin. An example follows.

Code Block
xml
xml
titleExample CredentialResolver snippetxml
<CredentialResolver type="File" key="/path/to/key.pem"/>

...

In the latter cases, you must create a small XML file containing a configuration snippet that instantiates a plugin. Examples follow.

Code Block
xml
xml
titleExample CredentialResolver snippetxml
<CredentialResolver type="File" certificate="/path/to/cert.pem"/>
Code Block
xml
xml
titleExample TrustEngine snippetxml
<TrustEngine type="ExplicitKey"/>
Code Block
xml
xml
titleExample MetadataProvider snippetxml
<MetadataProvider type="XML" file="/path/to/metadata.xml"/>

...