aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-09 14:51:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-09 14:51:26 -0400
commit198cb1bc9ccda757031963d01ef1f082da4a874f (patch)
tree657cd223d7c2ef35737021e2c31e7d40ce1b8be4 /Emby.Server.Core/ApplicationHost.cs
parentff03a018530c41fb5de4dd6932bd86d062d3f7ae (diff)
update file responses
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index 78bdc1189..6a3881caf 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -1132,7 +1132,8 @@ namespace Emby.Server.Core
// Custom cert
return new CertificateInfo
{
- Path = ServerConfigurationManager.Configuration.CertificatePath
+ Path = ServerConfigurationManager.Configuration.CertificatePath,
+ Password = ServerConfigurationManager.Configuration.CertificatePassword
};
}