Update topics/saml/java/general-config/sp-keys/keystore_element.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 12:55:29 +02:00
parent 06b74badde
commit cc8ea65622

View file

@ -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_.