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
4d980ec1
Commit
4d980ec1
authored
Sep 30, 2019
by
Balasankar "Balu" C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about IP address as CN not supported for Gitaly TLS
Signed-off-by:
Balasankar "Balu" C
<
balasankar@gitlab.com
>
parent
e56c7cdc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+8
-0
No files found.
doc/administration/gitaly/index.md
View file @
4d980ec1
...
...
@@ -377,6 +377,14 @@ The certificate to be used needs to be installed on all Gitaly nodes and on all
client nodes that communicate with it following the procedure described in
[
GitLab custom certificate configuration
](
https://docs.gitlab.com/omnibus/settings/ssl.html#install-custom-public-certificates
)
.
NOTE:
**Note**
The self-signed certificate must specify the address you use to access the
Gitaly server. If you are addressing the Gitaly server by a hostname, you can
either use the Common Name field for this, or add it as a Subject Alternative
Name. If you are addressing the Gitaly server by its IP address, you must add it
as a Subject Alternative Name to the certificate.
[
gRPC does not support using an IP address as Common Name in a certificate
](
https://github.com/grpc/grpc/issues/2691
)
.
NOTE:
**Note:**
It is possible to configure Gitaly servers with both an
unencrypted listening address
`listen_addr`
and an encrypted listening
...
...
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