From de8b39065ec6d56d6784ce3b704f00432b41e6fb Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 23 Sep 2020 11:07:57 +0100 Subject: Enforce valid key IDs (#1437) * Enforce valid key IDs * Don't use key_id from dendrite.yaml as it is in matrix_key.pem --- dendrite-config.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'dendrite-config.yaml') diff --git a/dendrite-config.yaml b/dendrite-config.yaml index be0972e4..8c737692 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -38,9 +38,6 @@ global: # The path to the signing private key file, used to sign requests and events. private_key: matrix_key.pem - # A unique identifier for this private key. Must start with the prefix "ed25519:". - key_id: ed25519:auto - # How long a remote server can cache our server signing key before requesting it # again. Increasing this number will reduce the number of requests made by other # servers for our key but increases the period that a compromised key will be -- cgit v1.2.3