Commit 944c21f6 authored by Will Chandler's avatar Will Chandler Committed by Achilleas Pipinellis

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

parent 5f86f765
...@@ -407,11 +407,11 @@ To configure Gitaly with TLS: ...@@ -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. 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 ```sh
sudo mkdir -p /etc/gitlab/ssl 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/ 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