matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 3a5f82267b Do not use Let's Encrypt certificate for Synapse's federation port
As described here (
https://github.com/matrix-org/synapse/issues/2438#issuecomment-327424711
), using own SSL certificates for the federation port is more fragile,
as renewing them could cause federation outages.

The recommended setup is to use the self-signed certificates generated
by Synapse.

On the 443 port (matrix-nginx-proxy) side, we still use the Let's Encrypt
certificates, which ensures API consumers work without having to trust
"our own CA".

Having done this, we also don't need to ever restart Synapse anymore,
as no new SSL certificates need to be applied there.

It's just matrix-nginx-proxy that needs to be restarted, and it doesn't
even need a full restart as an "nginx reload" does the job of swithing
to the new SSL certificates.
2017-09-23 15:29:15 +03:00
..
import_media_store.yml
import_sqlite_db.yml
main.yml
register_user.yml
setup_base.yml
setup_main.yml
setup_nginx_proxy.yml Do not use Let's Encrypt certificate for Synapse's federation port 2017-09-23 15:29:15 +03:00
setup_postgres.yml
setup_riot_web.yml Add support for not taking over a server (no matrix-nginx-proxy) and disabling Riot 2017-09-12 12:41:44 +03:00
setup_s3fs.yml
setup_ssl.yml Add support for not taking over a server (no matrix-nginx-proxy) and disabling Riot 2017-09-12 12:41:44 +03:00
setup_synapse.yml Do not use Let's Encrypt certificate for Synapse's federation port 2017-09-23 15:29:15 +03:00
start.yml Add support for not taking over a server (no matrix-nginx-proxy) and disabling Riot 2017-09-12 12:41:44 +03:00