Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
7cadc4c9
Commit
7cadc4c9
authored
6 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Patches
Plain Diff
cleanups
parent
188ad47e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/MSC1711_certificates_FAQ.md
+2
-4
2 additions, 4 deletions
docs/MSC1711_certificates_FAQ.md
with
2 additions
and
4 deletions
docs/MSC1711_certificates_FAQ.md
+
2
−
4
View file @
7cadc4c9
...
@@ -112,7 +112,7 @@ _matrix._tcp.example.com. IN SRV 10 5 8000 customer.example.net.
...
@@ -112,7 +112,7 @@ _matrix._tcp.example.com. IN SRV 10 5 8000 customer.example.net.
In this situation, you have three choices for how to proceed:
In this situation, you have three choices for how to proceed:
#### Option 1: give Synapse
(or a reverse-proxy)
a certificate for your matrix domain
#### Option 1: give Synapse a certificate for your matrix domain
Synapse 1.0 will expect your server to present a TLS certificate for your
Synapse 1.0 will expect your server to present a TLS certificate for your
`server_name`
(
`example.com`
in the above example). You can achieve this by
`server_name`
(
`example.com`
in the above example). You can achieve this by
...
@@ -123,8 +123,7 @@ doing one of the following:
...
@@ -123,8 +123,7 @@ doing one of the following:
and
`tls_private_key_path`
, or:
and
`tls_private_key_path`
, or:
*
Use Synapse's
[
ACME support
](
./ACME.md
)
, and forward port 80 on the
*
Use Synapse's
[
ACME support
](
./ACME.md
)
, and forward port 80 on the
`server_name`
domain to your Synapse instance, or:
`server_name`
domain to your Synapse instance.
### Option 2: run Synapse behind a reverse proxy
### Option 2: run Synapse behind a reverse proxy
...
@@ -133,7 +132,6 @@ your domain, you can simply route all traffic through the reverse proxy by
...
@@ -133,7 +132,6 @@ your domain, you can simply route all traffic through the reverse proxy by
updating the SRV record appropriately (or removing it, if the proxy listens on
updating the SRV record appropriately (or removing it, if the proxy listens on
8448).
8448).
#### Option 3: add a .well-known file to delegate your matrix traffic
#### Option 3: add a .well-known file to delegate your matrix traffic
This will allow you to keep Synapse on a separate domain, without having to
This will allow you to keep Synapse on a separate domain, without having to
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment