|
|
|
@ -714,7 +714,7 @@ namespace Emby.Server.Implementations
|
|
|
|
|
// Don't use an empty string password
|
|
|
|
|
var password = string.IsNullOrWhiteSpace(info.Password) ? null : info.Password;
|
|
|
|
|
|
|
|
|
|
var localCert = new X509Certificate2(certificateLocation, password);
|
|
|
|
|
var localCert = new X509Certificate2(certificateLocation, password, X509KeyStorageFlags.UserKeySet);
|
|
|
|
|
// localCert.PrivateKey = PrivateKey.CreateFromFile(pvk_file).RSA;
|
|
|
|
|
if (!localCert.HasPrivateKey)
|
|
|
|
|
{
|
|
|
|
|