mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
Update dendrite-config.yaml to use server.crt, not .pem (#299)
This commit is contained in:
parent
c0271c2462
commit
996b7d4198
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue