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("Pkey: %s", deluge_web.pkey)
|
||||||
log.debug("Cert: %s", deluge_web.cert)
|
log.debug("Cert: %s", deluge_web.cert)
|
||||||
ctx.use_privatekey_file(configmanager.get_config_dir(deluge_web.pkey))
|
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
|
return ctx
|
||||||
|
|
||||||
class DelugeWeb(component.Component):
|
class DelugeWeb(component.Component):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user