Commit 3b2067ac authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'wc-tls-ssl-perm' into 'master'

Docs - Update `/etc/gitlab/ssl` perms in TLS docs

See merge request gitlab-org/gitlab!19312
parents 5f86f765 944c21f6
......@@ -407,11 +407,11 @@ To configure Gitaly with TLS:
```
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) on client node(s).
1. Create the `/etc/gitlab/ssl` directory and copy your key and certificate there:
1. On the Gitaly server, create the `/etc/gitlab/ssl` directory and copy your key and certificate there:
```sh
sudo mkdir -p /etc/gitlab/ssl
sudo chmod 700 /etc/gitlab/ssl
sudo chmod 755 /etc/gitlab/ssl
sudo cp key.pem cert.pem /etc/gitlab/ssl/
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment