mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 06:26:08 -04:00
Add config option for keys to use to sign keys
This allows servers to separate keys that are used to sign remote keys when acting as a notary server.
This commit is contained in:
parent
72bc285669
commit
5906be8589
3 changed files with 46 additions and 9 deletions
|
@ -1027,6 +1027,14 @@ signing_key_path: "CONFDIR/SERVERNAME.signing.key"
|
|||
#
|
||||
#trusted_key_servers:
|
||||
# - server_name: "matrix.org"
|
||||
#
|
||||
|
||||
# The additional signing keys to use when acting as a trusted key server, on
|
||||
# top of the normal signing keys.
|
||||
#
|
||||
# Can contain multiple keys, one per line.
|
||||
#
|
||||
#key_server_signing_keys_path: "key_server_signing_keys.key"
|
||||
|
||||
|
||||
# Enable SAML2 for registration and login. Uses pysaml2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue