mirror of https://github.com/apache/cassandra
Merge c733b0e286 into 10557d7ffe
This commit is contained in:
commit
77ab335488
|
|
@ -1813,6 +1813,9 @@ server_encryption_options:
|
|||
require_endpoint_verification: false
|
||||
# More advanced defaults:
|
||||
# protocol: TLS
|
||||
# accepted_protocols: [
|
||||
# TLSv1.2, TLSv1.1
|
||||
# ]
|
||||
# store_type: JKS
|
||||
# cipher_suites: [
|
||||
# TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
|
||||
|
|
@ -1874,6 +1877,9 @@ client_encryption_options:
|
|||
#truststore_password_file: conf/truststore_passwordfile.txt
|
||||
# More advanced defaults:
|
||||
# protocol: TLS
|
||||
# accepted_protocols: [
|
||||
# TLSv1.2, TLSv1.1
|
||||
# ]
|
||||
# store_type: JKS
|
||||
# cipher_suites: [
|
||||
# TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
|
||||
|
|
|
|||
Loading…
Reference in New Issue