From 2b4d9391ad3686dad39ff70a89bc54ba74c40198 Mon Sep 17 00:00:00 2001 From: rfraposa Date: Tue, 10 May 2022 09:14:48 -0600 Subject: [PATCH] Typo on SSL page --- .gitignore | 1 + docs/en/guides/sre/configuring-ssl.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 95c93129533..f0c269bfe25 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ docs/zh **/.DS_Store run.sh cleanup.sh +update.sh yarn.lock \ No newline at end of file diff --git a/docs/en/guides/sre/configuring-ssl.md b/docs/en/guides/sre/configuring-ssl.md index c2b23778f25..9b50312c8d2 100644 --- a/docs/en/guides/sre/configuring-ssl.md +++ b/docs/en/guides/sre/configuring-ssl.md @@ -94,7 +94,7 @@ This must be done on each node. Use appropriate certificates and keys on each ho 3. Update owner and permissions to allow ClickHouse to read the certificates: ```bash chown clickhouse:clickhouse -R /etc/clickhouse-server/certs - chmod 666 /etc/clickhouse-server/certs/* + chmod 600 /etc/clickhouse-server/certs/* chmod 755 /etc/clickhouse-server/certs ll /etc/clickhouse-server/certs ``` @@ -103,9 +103,9 @@ This must be done on each node. Use appropriate certificates and keys on each ho total 20 drw-r--r-- 2 clickhouse clickhouse 4096 Apr 12 20:23 ./ drwx------ 5 clickhouse clickhouse 4096 Apr 12 20:23 ../ - -rw-r--r-- 1 clickhouse clickhouse 997 Apr 12 20:22 chnode1.crt - -rw-r--r-- 1 clickhouse clickhouse 1708 Apr 12 20:22 chnode1.key - -rw-r--r-- 1 clickhouse clickhouse 1131 Apr 12 20:23 marsnet_ca.crt + -rw------- 1 clickhouse clickhouse 997 Apr 12 20:22 chnode1.crt + -rw------- 1 clickhouse clickhouse 1708 Apr 12 20:22 chnode1.key + -rw------- 1 clickhouse clickhouse 1131 Apr 12 20:23 marsnet_ca.crt ``` ## 4. Configure the environment with basic clusters using ClickHouse Keeper