aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/Cryptography
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-30 22:22:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-04-30 22:22:13 -0400
commitdbfb1fb3705f7d1f562f28ed0126933dd423f814 (patch)
tree82aa9b72138c40fa6764a6a31992e3d0196e2a42 /MediaBrowser.Server.Startup.Common/Cryptography
parentc197360047995469385a9012db31c994d5605875 (diff)
add support for cert with password
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Cryptography')
-rw-r--r--MediaBrowser.Server.Startup.Common/Cryptography/CertificateGenerator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Cryptography/CertificateGenerator.cs b/MediaBrowser.Server.Startup.Common/Cryptography/CertificateGenerator.cs
index 9e14b7713d..a362045d02 100644
--- a/MediaBrowser.Server.Startup.Common/Cryptography/CertificateGenerator.cs
+++ b/MediaBrowser.Server.Startup.Common/Cryptography/CertificateGenerator.cs
@@ -12,6 +12,7 @@ namespace Emby.Common.Implementations.Security
public static void CreateSelfSignCertificatePfx(
string fileName,
string hostname,
+ string password,
ILogger logger)
{
if (string.IsNullOrWhiteSpace(fileName))