diff --git a/PlexPy.py b/PlexPy.py index 3aa66109..91a0c1b4 100755 --- a/PlexPy.py +++ b/PlexPy.py @@ -220,6 +220,7 @@ def main(): 'http_proxy': plexpy.CONFIG.HTTP_PROXY, 'enable_https': plexpy.CONFIG.ENABLE_HTTPS, 'https_cert': plexpy.CONFIG.HTTPS_CERT, + 'https_cert_chain': plexpy.CONFIG.HTTPS_CERT_CHAIN, 'https_key': plexpy.CONFIG.HTTPS_KEY, 'http_username': plexpy.CONFIG.HTTP_USERNAME, 'http_password': plexpy.CONFIG.HTTP_PASSWORD, diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 210121d4..82ab8146 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -454,7 +454,7 @@
The location of the SSL certificate.
The location of the SSL certificate chain.
+