Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
944c21f6
Commit
944c21f6
authored
Nov 04, 2019
by
Will Chandler
Committed by
Achilleas Pipinellis
Nov 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs - Update `/etc/gitlab/ssl` perms in TLS docs
parent
5f86f765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+2
-2
No files found.
doc/administration/gitaly/index.md
View file @
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.
C
reate the
`/etc/gitlab/ssl`
directory and copy your key and certificate there:
1.
On the Gitaly server, c
reate the
`/etc/gitlab/ssl`
directory and copy your key and certificate there:
```
sh
sudo mkdir
-p
/etc/gitlab/ssl
sudo chmod
7
00
/etc/gitlab/ssl
sudo chmod
7
55
/etc/gitlab/ssl
sudo cp
key.pem cert.pem /etc/gitlab/ssl/
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment