diff --git a/Moonlight/Program.cs b/Moonlight/Program.cs index 5aa1ae24..2b40ca73 100644 --- a/Moonlight/Program.cs +++ b/Moonlight/Program.cs @@ -61,7 +61,8 @@ else builder.WebHost.ConfigureMoonCoreHttp( httpConfig.HttpPort, httpConfig.EnableSsl, - httpConfig.HttpsPort + httpConfig.HttpsPort, + certificate ); }