Add https certificate chain

This commit is contained in:
JonnyWong16 2017-01-15 11:49:48 -08:00
parent 285599cf90
commit 270d4f510a
5 changed files with 15 additions and 1 deletions

View file

@ -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,