mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
11 lines
378 B
YAML
11 lines
378 B
YAML
openSSL:
|
|
server:
|
|
certificateFile: '/etc/clickhouse-server/config.d/WithoutPassPhrase.crt'
|
|
privateKeyFile: '/etc/clickhouse-server/config.d/WithoutPassPhrase.key'
|
|
caConfig: '/etc/clickhouse-server/config.d/rootCA.pem'
|
|
loadDefaultCAFile: true
|
|
verificationMode: 'none'
|
|
cacheSessions: true
|
|
disableProtocols: 'sslv2,sslv3'
|
|
preferServerCiphers: true
|