Fixed small mistake on native ssl support
This commit is contained in:
@@ -61,7 +61,8 @@ else
|
|||||||
builder.WebHost.ConfigureMoonCoreHttp(
|
builder.WebHost.ConfigureMoonCoreHttp(
|
||||||
httpConfig.HttpPort,
|
httpConfig.HttpPort,
|
||||||
httpConfig.EnableSsl,
|
httpConfig.EnableSsl,
|
||||||
httpConfig.HttpsPort
|
httpConfig.HttpsPort,
|
||||||
|
certificate
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user