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");

相关内容

热门资讯

分享透视!拱趴大菠萝作必弊方法... 分享透视!拱趴大菠萝作必弊方法,拱趴大菠萝有什么挂(透视)一贯有辅助技巧(哔哩哔哩)1)拱趴大菠萝作...
围绕透视问题!hhpoker到... 围绕透视问题!hhpoker到底可以作必弊码,欢聚水鱼智能辅助脚本怎么用,都是是真的有辅助app(哔...
了解透视!werplan脚本,... 了解透视!werplan脚本,fishpoker透视(透视)总是一直总是有辅助方法(哔哩哔哩)亲,关...
刚刚!大菠萝免费辅助,兴动互娱... 刚刚!大菠萝免费辅助,兴动互娱辅助工具靠谱吗,总是是真的有辅助神器(哔哩哔哩)兴动互娱辅助工具靠谱吗...
教你透视!德州透视是真的吗,拱... 教你透视!德州透视是真的吗,拱趴大菠萝万能挂图解(透视)果然存在有辅助脚本(哔哩哔哩)1、下载好拱趴...
据监测!hhpoker到底可以... 据监测!hhpoker到底可以作必弊吗,新海贝辅助,总是有辅助app(哔哩哔哩)1、每一步都需要思考...
详情透视!pokemmo脚本辅... 详情透视!pokemmo脚本辅助,pokemmo辅助脚本(透视)果然是真的有辅助app(哔哩哔哩)1...
推出新举措!hhpkoer辅助... 推出新举措!hhpkoer辅助器,潮汕雀友会下载app,竟然是有辅助攻略(哔哩哔哩)潮汕雀友会下载a...
突发!wepoker开辅助能查... 突发!wepoker开辅助能查到吗,天天微友辅助神器,本来是有辅助工具(哔哩哔哩)1.天天微友辅助神...
教你透视!xpoker辅助控制... 教你透视!xpoker辅助控制,聚星ai辅助工具激活码(透视)本来真的有辅助攻略(哔哩哔哩)1、聚星...