mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
Fix tab
This commit is contained in:
parent
2928454e6c
commit
efb009877c
|
|
@ -38,7 +38,7 @@ var (
|
|||
// Can be generated from a PEM certificate called "server.crt" using:
|
||||
//
|
||||
// openssl x509 -noout -fingerprint -sha256 -inform pem -in server.crt |\
|
||||
// python -c 'print raw_input()[19:].replace(":","").decode("hex").encode("base64").rstrip("=\n")'
|
||||
// python -c 'print raw_input()[19:].replace(":","").decode("hex").encode("base64").rstrip("=\n")'
|
||||
//
|
||||
tlsFingerprint = os.Getenv("TLS_FINGERPRINT")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue