mirror of
https://github.com/9001/copyparty.git
synced 2026-03-18 14:13:25 +10:00
configurable tls-certificate location
This commit is contained in:
@@ -132,7 +132,7 @@ class HttpSrv(object):
|
||||
|
||||
self.ssdp = SSDPr(broker)
|
||||
|
||||
cert_path = os.path.join(self.E.cfg, "cert.pem")
|
||||
cert_path = self.args.cert
|
||||
if bos.path.exists(cert_path):
|
||||
self.cert_path = cert_path
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user