diff options
author | Erik Johnston <erikj@jki.re> | 2017-10-10 16:04:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 16:04:39 +0100 |
commit | 996b7d41984a797389e1a92768d5d165bddd401f (patch) | |
tree | b554b82259541a62c76905f13f1fbe2334c12902 /dendrite-config.yaml | |
parent | c0271c2462a16eccfba9eff6a6060e23bd0add87 (diff) |
Update dendrite-config.yaml to use server.crt, not .pem (#299)
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |