equal
deleted
inserted
replaced
42 |
42 |
43 # The paths and expiry timestamps (as a UNIX timestamp in millisecond precision) |
43 # The paths and expiry timestamps (as a UNIX timestamp in millisecond precision) |
44 # to old signing private keys that were formerly in use on this domain. These |
44 # to old signing private keys that were formerly in use on this domain. These |
45 # keys will not be used for federation request or event signing, but will be |
45 # keys will not be used for federation request or event signing, but will be |
46 # provided to any other homeserver that asks when trying to verify old events. |
46 # provided to any other homeserver that asks when trying to verify old events. |
47 old_private_keys: |
47 {% if dendrite_old_key %}old_private_keys: |
48 - private_key: old_matrix_key.pem |
48 - private_key: old_matrix_key.pem |
49 expired_at: 1626538450 |
49 expired_at: 1626538450 |
|
50 {% endif %} |
50 |
51 |
51 # How long a remote server can cache our server signing key before requesting it |
52 # How long a remote server can cache our server signing key before requesting it |
52 # again. Increasing this number will reduce the number of requests made by other |
53 # again. Increasing this number will reduce the number of requests made by other |
53 # servers for our key but increases the period that a compromised key will be |
54 # servers for our key but increases the period that a compromised key will be |
54 # considered valid by other homeservers. |
55 # considered valid by other homeservers. |