Fix incorrect descriptions

This commit is contained in:
Kohei Tamura 2019-03-12 13:52:45 +09:00 committed by Stian Thorgersen
parent 7b854a600f
commit 0bc120516f

View file

@ -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::