This commit is contained in:
Sudeep Rao 2026-07-29 13:36:21 +08:00 committed by GitHub
commit d4d0e0fa47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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,