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

相关内容

热门资讯

外挂指南!红龙poker辅助,... 外挂指南!红龙poker辅助,佛手大菠萝13道挂哪里-本来一直总是有辅助脚本(哔哩哔哩)一、佛手大菠...
外挂资料!哈糖大菠萝有挂吗,p... 外挂资料!哈糖大菠萝有挂吗,pokernow辅助工具-真是存在有辅助app(哔哩哔哩)1、每一步都需...
外挂演示!哈糖大菠萝能开挂吗,... 外挂演示!哈糖大菠萝能开挂吗,pokerworld破解版下载-果然真的有辅助方法(哔哩哔哩)哈糖大菠...
外挂办法!xpoker透视辅助... 外挂办法!xpoker透视辅助,佛手在线大菠萝辅助-本来有辅助教程(哔哩哔哩)1、佛手在线大菠萝辅助...
外挂学习!德州局透视脚本免费版... 外挂学习!德州局透视脚本免费版下载手机版,来玩app破解版-确实是真的有辅助技巧(哔哩哔哩)1、每一...
外挂学习!xpoker辅助助手... 外挂学习!xpoker辅助助手,哈糖大菠萝软件下载-一直一直都是有辅助脚本(哔哩哔哩)1、下载好哈糖...
外挂教程书!拱趴大菠萝万能辅助... 外挂教程书!拱趴大菠萝万能辅助器,拱趴大菠萝有挂吗-果然一直总是有辅助工具(哔哩哔哩)1、每一步都需...
外挂练习!poker红龙辅助,... 外挂练习!poker红龙辅助,约局吧开挂-真是存在有辅助技巧(哔哩哔哩)poker红龙辅助透视方法中...
外挂学习!werplan有挂吗... 外挂学习!werplan有挂吗,德普之星透视辅助-好像真的有辅助脚本(哔哩哔哩)运werplan有挂...
外挂指南!pokernow辅助... 您好,pokernow辅助工具这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054...