Home
last modified time | relevance | path

Searched refs:https_chain (Results 1 – 2 of 2) sorted by relevance

/dports/news/sabnzbdplus/SABnzbd-3.3.0/
H A DSABnzbd.py1267 https_chain = sabnzbd.cfg.https_chain.get_path()
1268 if not (sabnzbd.cfg.https_chain() and os.path.exists(https_chain)):
1269 https_chain = None
1313 attach_server(hosts[1], https_port, https_cert, https_key, https_chain)
1317 attach_server(hosts[1], cherryport, https_cert, https_key, https_chain)
1324 "server.ssl_certificate_chain": https_chain,
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dcfg.py132 https_chain = OptionDir("misc", "https_chain", create=False) variable
471 https_chain.set_root(admin_dir.get_path())