@@ -59,8 +59,8 @@ Property name Description
5959``mongodb.connection-timeout `` The socket connect timeout
6060``mongodb.socket-timeout `` The socket timeout
6161``mongodb.tls.enabled `` Use TLS/SSL for connections to mongod/mongos
62- ``mongodb.tls.keystore-path `` Path to the PEM or JKS key store
63- ``mongodb.tls.truststore-path `` Path to the PEM or JKS trust store
62+ ``mongodb.tls.keystore-path `` Path to the or JKS key store
63+ ``mongodb.tls.truststore-path `` Path to the or JKS trust store
6464``mongodb.tls.keystore-password `` Password for the key store
6565``mongodb.tls.truststore-password `` Password for the trust store
6666``mongodb.read-preference `` The read preference
@@ -160,14 +160,16 @@ This property is optional; the default is ``false``.
160160``mongodb.tls.keystore-path ``
161161^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
162162
163- The path to the PEM or JKS key store. This file must be readable by the operating system user running Trino.
163+ The path to the :doc: `PEM </security/inspect-pem >` or
164+ :doc: `JKS </security/inspect-jks >` key store.
164165
165166This property is optional.
166167
167168``mongodb.tls.truststore-path ``
168169^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
169170
170- The path to PEM or JKS trust store. This file must be readable by the operating system user running Trino.
171+ The path to :doc: `PEM </security/inspect-pem >` or
172+ :doc: `JKS </security/inspect-jks >` trust store.
171173
172174This property is optional.
173175
0 commit comments