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

相关内容

热门资讯

透视最新!wepoker数据分... 透视最新!wepoker数据分析,wepokerplus辅助,法门教程(本来存在有挂)-哔哩哔哩运w...
透视漏洞!wepoker分析(... 透视漏洞!wepoker分析(透视)开挂辅助挂(好像真的是有挂)-哔哩哔哩1、不需要AI权限,帮助你...
透视数据!werplan辅助软... 透视数据!werplan辅助软件,德扑之心免费透视,攻略教程(本来是有挂)-哔哩哔哩1、德扑之心免费...
透视系统!德州之星扫描器(透视... 透视系统!德州之星扫描器(透视)开挂辅助挂(都是真的有挂)-哔哩哔哩1、任何德州之星扫描器ai辅助神...
透视肯定!aapoker辅助怎... 透视肯定!aapoker辅助怎么用,hhpoker一直输有挂吗,方案教程(真是是有挂)-哔哩哔哩1、...
透视插件!佛手在线大菠萝智能辅... 透视插件!佛手在线大菠萝智能辅助器(透视)开挂辅助技巧(确实有挂)-哔哩哔哩1)佛手在线大菠萝智能辅...
透视脚本!wepoker私人辅... 透视脚本!wepoker私人辅助器,hhpoker有辅助的吗,总结教程(原来真的有挂)-哔哩哔哩1、...
透视开挂!竞技联盟辅助插件(透... 透视开挂!竞技联盟辅助插件(透视)开挂辅助技巧(切实是有挂)-哔哩哔哩1、竞技联盟辅助插件透视辅助简...
透视ai!aapoker万能辅... 透视ai!aapoker万能辅助器,wepoker好友助力码,积累教程(一贯真的是有挂)-哔哩哔哩1...
透视系统!pokernow辅助... 透视系统!pokernow辅助控制(透视)开挂辅助器(切实真的有挂)-哔哩哔哩pokernow辅助控...