ASPNETCORE_Kestrel__Certificates__Default__Path在.NETCore3.1中的行为
创始人
2024-09-20 09:30:29
0

在.NET Core 3.1中,ASPNETCORE_Kestrel__Certificates__Default__Path 属性的行为发生了变化。在之前的版本中,如果没有设置此属性,则 Kestrel 将使用当前目录中的 cert.pfx 文件作为默认证书。但是,在.NET Core 3.1中,如果未找到您指定的默认路径或默认证书,则 Kestrel 将不再使用当前目录中的 cert.pfx 文件作为默认证书。

为了解决这一问题,您可以使用以下代码将默认证书的路径设为当前目录中的 cert.pfx 文件:

public static void Main(string[] args)
{
    var host = new WebHostBuilder()
        .UseKestrel(options => {
            options.ConfigureHttpsDefaults(httpsOptions => {
                httpsOptions.ServerCertificateSelector = (context, name) => {
                    // use the cert.pfx file in the current directory
                    var certPath = Path.Combine(Directory.GetCurrentDirectory(), "cert.pfx");
                    return new X509Certificate2(certPath, "password");
                };
            });
        })
        .UseStartup()
        .Build();

    host.Run();
}

在此示例中,我们使用 options.ConfigureHttpsDefaults() 方法配置了 Kestrel 的 HTTPS 默认选项,并将证书选择委托指定为返回位于当前目录中的 cert.pfx 文件的 X509Certificate2 对象。

相比将路径硬编码在代码中,您也可以将路径作为应用程序配置的一部分,以便更轻松地进行更改:

public static void Main(string[] args)
{
    var host = new WebHostBuilder()
        .UseKestrel(options => {
            options.ConfigureHttpsDefaults(httpsOptions => {
                httpsOptions.ServerCertificateSelector = (context, name) => {
                    // use the cert.pfx file in the configured directory
                    var certPath = Path.Combine(Configuration["CertificateDirectory"], "cert.pfx");
                    return new X509Certificate2(certPath, "password");

相关内容

热门资讯

黑科技讲解(wpk辅助外挂)外... 黑科技讲解(wpk辅助外挂)外挂黑科技辅助教程(透视)都是存在有挂(黑科技教程)1、用户打开应用后不...
wepoke辅助挂!wepok... wepoke辅助挂!wepoke透视挂怎么测试,(WepoKe)好像是有挂,细节揭秘(黑科技脚本);...
黑科技了解(wpk有ai吗)外... 黑科技了解(wpk有ai吗)外挂透视辅助教程(透视)好像真的是有挂(黑科技插件)1、每一步都需要思考...
wpk有辅助挂吗!wpk黑科技... wpk有辅助挂吗!wpk黑科技软件可信吗,(Wpk)都是是真的有挂,德州教程(黑科技系统)1、下载好...
黑科技脚本(wpk透明挂)外挂... 黑科技脚本(wpk透明挂)外挂黑科技辅助助手(透视)本来真的是有挂(黑科技规律)黑科技脚本(wpk透...
德扑之星ai代打风险分析!德扑... 德扑之星ai代打风险分析!德扑之星软件怎么样,(德扑ai)总是真的是有挂,黑科技教程(黑科技技巧)1...
黑科技辅助挂(AApoker靠... 黑科技辅助挂(AApoker靠谱吗)外挂黑科技辅助神器(透视)一贯有挂(黑科技规律)1、完成AApo...
wepoke软件免费版!wep... wepoke软件免费版!wepoke计算辅助,(WEPOKE)本来存在有挂,插件教程(黑科技方法);...
黑科技好牌(wpk真的有外挂)... 黑科技好牌(wpk真的有外挂)外挂透明挂辅助下载(透视)总是有挂(黑科技插件)1、下载好wpk真的有...
aapoker辅助!aa po... aapoker辅助!aa poker智能ai辅助介绍,(AAPoKER)竟然有挂,揭秘教程(黑科技透...