Update topics/saml/java/general-config/sp-keys/keystore_element.adoc
This commit is contained in:
parent
06b74badde
commit
cc8ea65622
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ a `KeyStore` element.
|
||||||
Here are the XML config attributes that are defined with the `KeyStore` element.
|
Here are the XML config attributes that are defined with the `KeyStore` element.
|
||||||
|
|
||||||
file::
|
file::
|
||||||
File path to the key store. _OPTIONAL._ The file or resource attribute must be set.
|
File path to the key store. This option is _OPTIONAL_. The file or resource attribute must be set.
|
||||||
|
|
||||||
resource::
|
resource::
|
||||||
WAR resource path to the KeyStore.
|
WAR resource path to the KeyStore.
|
||||||
This is a path used in method call to ServletContext.getResourceAsStream(). _OPTIONAL._ The file or resource attribute must be set.
|
This is a path used in method call to ServletContext.getResourceAsStream(). This option is _OPTIONAL_. The file or resource attribute must be set.
|
||||||
|
|
||||||
password::
|
password::
|
||||||
The password of the KeyStore. This option is _REQUIRED_.
|
The password of the KeyStore. This option is _REQUIRED_.
|
||||||
|
|
Loading…
Reference in a new issue