Merge pull request #846 from patriot1burke/master

document truststore classpath:
This commit is contained in:
Bill Burke 2014-11-06 17:46:21 -05:00
commit 2e9f1908f0

View file

@ -218,7 +218,9 @@
<term>truststore</term> <term>truststore</term>
<listitem> <listitem>
<para> <para>
This setting is for Java adapters. This is the file path to a Java keystore file. This setting is for Java adapters. The value is the file path to a Java keystore file. If
you prefix the path with <literal>classpath:</literal>, then the truststore will be obtained
from the deployment's classpath instead.
Used for outgoing HTTPS communications to the Keycloak server. Client making HTTPS Used for outgoing HTTPS communications to the Keycloak server. Client making HTTPS
requests need a way to verify the host of the server they are talking to. This is requests need a way to verify the host of the server they are talking to. This is
what the trustore does. The keystore contains one or more trusted what the trustore does. The keystore contains one or more trusted
@ -233,7 +235,7 @@
<literal>none</literal> <literal>none</literal>
or or
<literal>disable-trust-manager</literal> <literal>disable-trust-manager</literal>
is <literal>true</literal>. The default value is<emphasis>false</emphasis>. is <literal>true</literal>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>