mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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(
|
||||
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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user