Update topics/oidc/java/java-adapter-config.adoc
This commit is contained in:
parent
01c7318621
commit
9d1430e98b
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ truststore::
|
||||||
This is what the trustore does.
|
This is what the trustore does.
|
||||||
The keystore contains one or more trusted host certificates or certificate authorities.
|
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.
|
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`.
|
This is _REQUIRED_ unless `ssl-required` is set to `none` or `disable-trust-manager` is `true`.
|
||||||
|
|
||||||
truststore-password::
|
truststore-password::
|
||||||
Password for the truststore keystore.
|
Password for the truststore keystore.
|
||||||
|
|
Loading…
Reference in a new issue