From 06b74badde5817043ff65e3ef1737d8a603c8e9e Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 12:55:05 +0200 Subject: [PATCH] Update topics/saml/java/general-config/sp-keys/keystore_element.adoc --- topics/saml/java/general-config/sp-keys/keystore_element.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/saml/java/general-config/sp-keys/keystore_element.adoc b/topics/saml/java/general-config/sp-keys/keystore_element.adoc index 0569c02da5..b099c03d5f 100644 --- a/topics/saml/java/general-config/sp-keys/keystore_element.adoc +++ b/topics/saml/java/general-config/sp-keys/keystore_element.adoc @@ -28,7 +28,7 @@ resource:: This is a path used in method call to ServletContext.getResourceAsStream(). _OPTIONAL._ The file or resource attribute must be set. password:: - The password of the KeyStore _REQUIRED._ + The password of the KeyStore. This option is _REQUIRED_. If you are defining keys that the SP will use to sign document, you must also specify references to your private keys and certificates within the Java KeyStore.