Adding documentation for Cassandra interpreter SSL

Signed-off-by: Alex Lourie <djay.il@gmail.com>
This commit is contained in:
Alex Lourie 2017-08-06 00:21:05 +09:30
parent b62e2e01bb
commit 02625c948a

View file

@ -788,6 +788,29 @@ Below are the configuration parameters and their default value.
</td>
<td>DEFAULT</td>
</tr>
<tr>
<td>cassandra.ssl.enabled</td>
<td>
Enable support for connecting to Cassandra configured with SSL.
To connect to Cassandra configured with SSL use <strong>true</string>
and provide a truststore file and password with following options.
</td>
<td>false</td>
</tr>
<tr>
<td>cassandra.ssl.truststore.path</td>
<td>
Filepath for truststore file to use for connection to Cassandra with SSL.
</td>
<td></td>
</tr>
<tr>
<td>cassandra.ssl.truststore.password</td>
<td>
Password for truststore file to use for connection to Cassandra with SSL.
</td>
<td></td>
</tr>
</table>
## Change Log