mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Improve comment formatting
This commit is contained in:
parent
6e9f3ab415
commit
0af6213019
2 changed files with 7 additions and 4 deletions
|
@ -109,7 +109,7 @@ class TlsConfig(Config):
|
|||
# fingerprints of a new certificate and wait for the caches on other
|
||||
# servers to expire before deploying it.
|
||||
tls_fingerprints: []
|
||||
#- {"sha256": "<base64_encoded_sha256_fingerprint>"}
|
||||
# tls_fingerprints: [{"sha256": "<base64_encoded_sha256_fingerprint>"}]
|
||||
""" % locals()
|
||||
|
||||
def read_tls_certificate(self, cert_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue