Add JDBC trustore type to the docs (#40592)

(cherry picked from commit cafde31129d85d20f9e445be131c9e85163bed9d)
This commit is contained in:
Andrei Stefan 2019-04-01 17:34:54 +03:00 committed by Andrei Stefan
parent 655e3d8f75
commit 8cd96ee160
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ Query timeout (in seconds). That is the maximum amount of time waiting for a que
`ssl.truststore.pass`:: trust store password
`ssl.truststore.type` (default `JKS`):: trust store type. `PKCS12` is a common, alternative format
`ssl.protocol`(default `TLS`):: SSL protocol to be used
[float]