From 996b7d41984a797389e1a92768d5d165bddd401f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 10 Oct 2017 16:04:39 +0100 Subject: [PATCH] Update dendrite-config.yaml to use server.crt, not .pem (#299) --- dendrite-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 1e92f0fd..cb768a10 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -11,7 +11,7 @@ matrix: # The path to the PEM formatted matrix private key. private_key: "/etc/dendrite/matrix_key.pem" # The x509 certificates used by the federation listeners for this server - federation_certificates: ["/etc/dendrite/server.pem"] + federation_certificates: ["/etc/dendrite/server.crt"] # The list of identity servers trusted to verify third party identifiers by this server. # Defaults to no trusted servers. trusted_third_party_id_servers: