mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 19:54:56 -04:00
Remove tls_fingerprints option (#9280)
Signed-off-by: Jerin J Titus <72017981+jerinjtitus@users.noreply.github.com>
This commit is contained in:
parent
82eacb0e07
commit
057ce7b754
6 changed files with 1 additions and 95 deletions
|
@ -73,9 +73,6 @@ class RemoteKey(DirectServeJsonResource):
|
|||
"expired_ts": 0, # when the key stop being used.
|
||||
}
|
||||
}
|
||||
"tls_fingerprints": [
|
||||
{ "sha256": # fingerprint }
|
||||
]
|
||||
"signatures": {
|
||||
"remote.server.example.com": {...}
|
||||
"this.server.example.com": {...}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue