summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:13:43 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:13:43 +0000
commit7534f1a7c03e3c6d0caab7d23e0c3bf0d969cd6e (patch)
treea4d5707b6a884224886a186aa563766aa5abfa37 /docs
parentIncrease perf of `get_auth_chain_ids` used in state res v2. (#6937) (diff)
parentMerge pull request #6907 from matrix-org/babolivier/acme-config (diff)
downloadsynapse-7534f1a7c03e3c6d0caab7d23e0c3bf0d969cd6e.tar.xz
Merge pull request #6907 from matrix-org/babolivier/acme-config
* commit 'd484126bf':
  Make the log more noticeable
  Print the error as an error log and raise the same exception we got
  Linters are hard but in they end they just want what's best for us
  Lint
  Changelog
  Lint
  Add a separator for the config warning
  Add a comprehensive error when failing to register for an ACME account
  Add mention and warning about ACME v1 deprecation to the Synapse config
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index 011620699e..d1b8c01741 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -544,6 +544,11 @@ retention: # ACME support: This will configure Synapse to request a valid TLS certificate # for your configured `server_name` via Let's Encrypt. # +# Note that ACME v1 is now deprecated, and Synapse currently doesn't support +# ACME v2. This means that this feature currently won't work with installs set +# up after November 2019. For more info, and alternative solutions, see +# https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1 +# # Note that provisioning a certificate in this way requires port 80 to be # routed to Synapse so that it can complete the http-01 ACME challenge. # By default, if you enable ACME support, Synapse will attempt to listen on