forked from matrix-org/synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:matrix-org/synapse into develop
- Loading branch information
Showing
5 changed files
with
207 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,8 @@ set this to the hostname of your server. For a more production-ready setup, you | |
will probably want to specify your domain (`example.com`) rather than a | ||
matrix-specific hostname here (in the same way that your email address is | ||
probably `[email protected]` rather than `[email protected]`) - but | ||
doing so may require more advanced setup. - see [Setting up Federation](README.rst#setting-up-federation). Beware that the server name cannot be changed later. | ||
doing so may require more advanced setup: see [Setting up Federation](docs/federate.md). | ||
Beware that the server name cannot be changed later. | ||
|
||
This command will generate you a config file that you can then customise, but it will | ||
also generate a set of keys for you. These keys will allow your Home Server to | ||
|
@@ -375,9 +376,12 @@ To configure Synapse to expose an HTTPS port, you will need to edit | |
`tls_private_key_path` lines under the `TLS` section. You can either | ||
point these settings at an existing certificate and key, or you can | ||
enable Synapse's built-in ACME (Let's Encrypt) support. Instructions | ||
for having Synapse automatically provision and renew federation | ||
for having Synapse automatically provision and renew federation | ||
certificates through ACME can be found at [ACME.md](docs/ACME.md). | ||
|
||
For those of you upgrading your TLS certificate in readiness for Synapse 1.0, | ||
please take a look at `our guide <docs/MSC1711_certificates_FAQ.md#configuring-certificates-for-compatibility-with-synapse-100>`_. | ||
|
||
## Registering a user | ||
|
||
You will need at least one user on your server in order to use a Matrix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve federation documentation, specifically .well-known support. Many thanks to @vaab. |
Oops, something went wrong.