Update topics/oidc/java/java-adapter-config.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 06:17:30 +02:00
parent 01c7318621
commit 9d1430e98b

View file

@ -143,8 +143,8 @@ truststore::
Client making HTTPS 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 host certificates or certificate authorities.
You can create this truststore by extracting the public certificate of the {{book.project.name}} server's SSL keystore.
This is _OPTIONAL_ if `ssl-required` is `none` or `disable-trust-manager` is `true`.
You can create this truststore by extracting the public certificate of the {{book.project.name}} server's SSL keystore.
This is _REQUIRED_ unless `ssl-required` is set to `none` or `disable-trust-manager` is `true`.
truststore-password::
Password for the truststore keystore.