We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118bb2 commit a0fc9baCopy full SHA for a0fc9ba
tests/config/config.d/ssl_certs.xml
@@ -1,8 +1,8 @@
1
<clickhouse>
2
<openSSL>
3
<server>
4
- <certificateFile>/home/stuart/Documents/ClickHouse-Altinity/ci/tmp//etc/clickhouse-server/server.crt</certificateFile>
5
- <privateKeyFile>/home/stuart/Documents/ClickHouse-Altinity/ci/tmp//etc/clickhouse-server/server.key</privateKeyFile>
+ <certificateFile>/etc/clickhouse-server/server.crt</certificateFile>
+ <privateKeyFile>/etc/clickhouse-server/server.key</privateKeyFile>
6
</server>
7
</openSSL>
8
</clickhouse>
0 commit comments