Fix incorrect descriptions
This commit is contained in:
parent
7b854a600f
commit
0bc120516f
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ proxy-url::
|
|||
The URL for the HTTP proxy if one is used.
|
||||
|
||||
truststore::
|
||||
The value is the file path to a keystore file.
|
||||
The value is the file path to a truststore file.
|
||||
If you prefix the path with `classpath:`, then the truststore will be obtained from the deployment's classpath instead.
|
||||
Used for outgoing HTTPS communications to the {project_name} server.
|
||||
Client making HTTPS requests need a way to verify the host of the server they are talking to.
|
||||
|
@ -178,7 +178,7 @@ truststore::
|
|||
This is _REQUIRED_ unless `ssl-required` is `none` or `disable-trust-manager` is `true`.
|
||||
|
||||
truststore-password::
|
||||
Password for the truststore keystore.
|
||||
Password for the truststore.
|
||||
This is _REQUIRED_ if `truststore` is set and the truststore requires a password.
|
||||
|
||||
client-keystore::
|
||||
|
|
Loading…
Reference in a new issue