mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-02 12:59:12 -05:00
Fix typo when reading TLS config
This commit is contained in:
parent
828101dd51
commit
64b341cc10
@ -31,7 +31,7 @@ class TlsConfig(Config):
|
|||||||
self.tls_private_key = self.read_tls_private_key(
|
self.tls_private_key = self.read_tls_private_key(
|
||||||
args.tls_private_key_path
|
args.tls_private_key_path
|
||||||
)
|
)
|
||||||
self.tls_dh_params_path = self.check_path(
|
self.tls_dh_params_path = self.check_file(
|
||||||
args.tls_dh_params_path, "tls_dh_params"
|
args.tls_dh_params_path, "tls_dh_params"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user