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

相关内容

热门资讯

据监测"德普之星ap... 据监测"德普之星app安卓版破解版"拱趴游戏破解器(真是真的是有辅助工具)-哔哩哔哩亲,关键说明,德...
透视玄学"hhpok... 透视玄学"hhpoker可以开挂吗"wepoker免费脚本咨询(本来是真的辅助修改器)-哔哩哔哩1、...
透视神器"wepok... 透视神器"wepoker怎么看牌型"we poker游戏下(一贯有辅助安装)-哔哩哔哩wepoker...
透视最新"wepok... 透视最新"wepoker怎么发冤家牌"竞技联盟透视插件(确实存在有辅助app)-哔哩哔哩亲,关键说明...
针对"hhpoker... 针对"hhpoker透视脚本下载"wepoker有机器人吗(好像存在有辅助工具)-哔哩哔哩1、超多福...
现有说明如下"wep... 现有说明如下"wepoker辅助透视软件"hhpoker辅助器视频(好像有辅助下载)-哔哩哔哩1、操...
透视神器"hhpok... 透视神器"hhpoker是内部控制吗"newpoker怎么安装脚本(都是真的是有辅助工具)-哔哩哔哩...
透视数据"wepok... 透视数据"wepoker透视有用吗"wepoker私人局辅助(确实存在有辅助安装)-哔哩哔哩1、进入...
目前来看"哈糖大菠萝... 目前来看"哈糖大菠萝挂法"hhpoker真能买到挂吗(总是有辅助辅助器)-哔哩哔哩进入游戏-大厅左侧...
长期以来"菠萝辅助器... 长期以来"菠萝辅助器免费版的功能介绍"wepoker破解工具(真是是真的辅助辅助器)-哔哩哔哩1、金...