mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Update dendrite-config.yaml to use server.crt, not .pem (#299)
This commit is contained in:
parent
c0271c2462
commit
996b7d4198
@ -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 New Issue
Block a user