Ticket #1226: deluge-certificate-chain.patch
File deluge-certificate-chain.patch, 572 bytes (added by , 15 years ago) |
---|
-
server.py
old new 443 443 log.debug("Pkey: %s", deluge_web.pkey) 444 444 log.debug("Cert: %s", deluge_web.cert) 445 445 ctx.use_privatekey_file(configmanager.get_config_dir(deluge_web.pkey)) 446 ctx.use_certificate_ file(configmanager.get_config_dir(deluge_web.cert))446 ctx.use_certificate_chain_file(configmanager.get_config_dir(deluge_web.cert)) 447 447 return ctx 448 448 449 449 class DelugeWeb(component.Component):