mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Add https certificate chain
This commit is contained in:
parent
285599cf90
commit
270d4f510a
5 changed files with 15 additions and 1 deletions
|
@ -2525,6 +2525,7 @@ class WebInterface(object):
|
|||
"enable_https": checked(plexpy.CONFIG.ENABLE_HTTPS),
|
||||
"https_create_cert": checked(plexpy.CONFIG.HTTPS_CREATE_CERT),
|
||||
"https_cert": plexpy.CONFIG.HTTPS_CERT,
|
||||
"https_cert_chain": plexpy.CONFIG.HTTPS_CERT_CHAIN,
|
||||
"https_key": plexpy.CONFIG.HTTPS_KEY,
|
||||
"https_domain": plexpy.CONFIG.HTTPS_DOMAIN,
|
||||
"https_ip": plexpy.CONFIG.HTTPS_IP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue