Skip to content

Commit b4cdef2

Browse files
committed
Add links to PEM and JKS docs
1 parent 2ab0927 commit b4cdef2

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

docs/src/main/sphinx/connector/cassandra.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,11 @@ Property name Description
152152

153153
``cassandra.tls.enabled`` Whether TLS security is enabled, defaults to ``false``.
154154

155-
``cassandra.tls.keystore-path`` Path to the PEM or JKS key store.
155+
``cassandra.tls.keystore-path`` Path to the :doc:`PEM </security/inspect-pem>` or
156+
:doc:`JKS </security/inspect-jks>` key store file.
156157

157-
``cassandra.tls.truststore-path`` Path to the PEM or JKS trust store.
158+
``cassandra.tls.truststore-path`` Path to the :doc:`PEM </security/inspect-pem>` or
159+
:doc:`JKS </security/inspect-jks>` trust store file.
158160

159161
``cassandra.tls.keystore-password`` Password for the key store.
160162

docs/src/main/sphinx/connector/elasticsearch.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ The allowed configuration values are:
105105
* - ``elasticsearch.tls.enabled``
106106
- Enables TLS security.
107107
* - ``elasticsearch.tls.keystore-path``
108-
- The path to the PEM or JKS key store. This file must be readable by the
109-
operating system user running Trino.
108+
- The path to the :doc:`PEM </security/inspect-pem>` or
109+
:doc:`JKS </security/inspect-jks>` key store.
110110
* - ``elasticsearch.tls.truststore-path``
111-
- The path to PEM or JKS trust store. This file must be readable by the
112-
operating system user running Trino.
111+
- The path to :doc:`PEM </security/inspect-pem>` or
112+
:doc:`JKS </security/inspect-jks>` trust store.
113113
* - ``elasticsearch.tls.keystore-password``
114114
- The key password for the key store specified by
115115
``elasticsearch.tls.keystore-path``.

docs/src/main/sphinx/connector/mongodb.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

165166
This 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

172174
This property is optional.
173175

0 commit comments

Comments
 (0)