mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Explain how long the servers can cache the TLS fingerprints for
This commit is contained in:
parent
0af6213019
commit
c61ddeedac
@ -105,9 +105,10 @@ class TlsConfig(Config):
|
|||||||
# synapse is using.
|
# synapse is using.
|
||||||
#
|
#
|
||||||
# Homeservers are permitted to cache the list of TLS fingerprints
|
# Homeservers are permitted to cache the list of TLS fingerprints
|
||||||
# returned in the key responses. It may be necessary to publish the
|
# returned in the key responses up to the "valid_until_ts" returned in
|
||||||
# fingerprints of a new certificate and wait for the caches on other
|
# key. It may be necessary to publish the fingerprints of a new
|
||||||
# servers to expire before deploying it.
|
# certificate and wait until the "valid_until_ts" of the previous key
|
||||||
|
# responses have passed before deploying it.
|
||||||
tls_fingerprints: []
|
tls_fingerprints: []
|
||||||
# tls_fingerprints: [{"sha256": "<base64_encoded_sha256_fingerprint>"}]
|
# tls_fingerprints: [{"sha256": "<base64_encoded_sha256_fingerprint>"}]
|
||||||
""" % locals()
|
""" % locals()
|
||||||
|
Loading…
Reference in New Issue
Block a user