ClickHouse/programs/keeper
Azat Khuzhin eed2edd7db Comment certificateFile/privateKeyFile/dhParamsFile in keeper config
Otherwise you will get annoying messages at startup:

    2024.07.02 10:03:38.331593 [ 1 ] {} <Error> CertificateReloader: Cannot obtain modification time for certificate file /etc/clickhouse-keeper/server.crt, skipping update. errno: 2, strerror: 0
    2024.07.02 10:03:38.331658 [ 1 ] {} <Error> CertificateReloader: Cannot obtain modification time for key file /etc/clickhouse-keeper/server.key, skipping update. errno: 2, strerror: 0
    2024.07.02 10:03:38.341085 [ 1 ] {} <Error> CertificateReloader: Poco::Exception. Code: 1000, e.code() = 0, SSL context exception: Error loading private key from file /etc/clickhouse-keeper/server.key: error:80000002:system library::No such file or directory

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 16:20:42 +02:00
..
conf.d Provide keeper override for local development (rewrite path to current directory) 2024-06-22 20:50:27 +02:00
CMakeLists.txt Keeper binary with different entrypoint 2024-07-01 10:52:08 +02:00
keeper_config.xml Comment certificateFile/privateKeyFile/dhParamsFile in keeper config 2024-08-04 16:20:42 +02:00
keeper_embedded.xml Fix default keeper port 2021-11-25 14:01:30 +03:00
keeper_main.cpp Reuse some checks 2024-07-03 16:54:09 +02:00
Keeper.cpp Update programs/keeper/Keeper.cpp 2024-07-29 11:47:57 +02:00
Keeper.h Ignore text_log for Keeper 2024-05-22 13:18:51 +02:00