Update dendrite-config.yaml to use server.crt, not .pem (#299)

This commit is contained in:
Erik Johnston 2017-10-10 16:04:39 +01:00 committed by GitHub
parent c0271c2462
commit 996b7d4198

View File

@ -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: