mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
Apply patch from #1226 to allow use of certificate chain files
This commit is contained in:
parent
76fa8e707a
commit
0ae609c6df
@ -592,7 +592,7 @@ class ServerContextFactory:
|
||||
log.debug("Pkey: %s", deluge_web.pkey)
|
||||
log.debug("Cert: %s", deluge_web.cert)
|
||||
ctx.use_privatekey_file(configmanager.get_config_dir(deluge_web.pkey))
|
||||
ctx.use_certificate_file(configmanager.get_config_dir(deluge_web.cert))
|
||||
ctx.use_certificate_chain_file(configmanager.get_config_dir(deluge_web.cert))
|
||||
return ctx
|
||||
|
||||
class DelugeWeb(component.Component):
|
||||
|
Loading…
x
Reference in New Issue
Block a user