add support for cert with password

This commit is contained in:
Luke Pulverenti
2017-04-30 22:22:13 -04:00
parent c197360047
commit dbfb1fb370
7 changed files with 40 additions and 20 deletions

View File

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