diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-09-23 11:07:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 11:07:57 +0100 |
commit | de8b39065ec6d56d6784ce3b704f00432b41e6fb (patch) | |
tree | 164235adeb313b27df8b90de4d2dbedb476fd256 /dendrite-config.yaml | |
parent | f908f8baab08bdb57e4d726f32182f40084f17c0 (diff) |
Enforce valid key IDs (#1437)
* Enforce valid key IDs
* Don't use key_id from dendrite.yaml as it is in matrix_key.pem
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |