|
|
@@ -639,11 +639,11 @@ server_encryption_options:
|
|
|
# enable or disable client/server encryption.
|
|
|
client_encryption_options:
|
|
|
enabled: true
|
|
|
- keystore: resources/conf/pki/.keystore
|
|
|
+ keystore: testdata/pki/.keystore
|
|
|
keystore_password: cassandra
|
|
|
require_client_auth: true
|
|
|
# Set trustore and truststore_password if require_client_auth is true
|
|
|
- truststore: resources/conf/pki/.truststore
|
|
|
+ truststore: testdata/pki/.truststore
|
|
|
truststore_password: cassandra
|
|
|
# More advanced defaults below:
|
|
|
# protocol: TLS
|
|
|
@@ -661,4 +661,4 @@ internode_compression: all
|
|
|
# Disabling it will result in larger (but fewer) network packets being sent,
|
|
|
# reducing overhead from the TCP protocol itself, at the cost of increasing
|
|
|
# latency if you block for cross-datacenter responses.
|
|
|
-inter_dc_tcp_nodelay: true
|
|
|
+inter_dc_tcp_nodelay: true
|