Skip to content

Commit

Permalink
Typo on SSL page
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed May 10, 2022
1 parent 20ae208 commit 2b4d939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ docs/zh
**/.DS_Store
run.sh
cleanup.sh
update.sh
yarn.lock
8 changes: 4 additions & 4 deletions docs/en/guides/sre/configuring-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit 2b4d939

Please sign in to comment.