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、下载好德普之星辅助器怎么...
2024教程!aapoker插... 2024教程!aapoker插件下载,wepoker透视苹果系统,原来是有挂(有挂详细)1、免费辅助...
近年来!wepoker底牌透视... 近年来!wepoker底牌透视脚本,德普之星怎么开辅助,总是是有挂(有挂秘诀)1、德普之星怎么开辅助...
揭秘攻略!拱趴大菠萝万能挂图解... 揭秘攻略!拱趴大菠萝万能挂图解,wepoker可以开透视吗,都是存在有挂(有挂技术)脚本下载中分为三...
近年来!we-poker正规吗... 近年来!we-poker正规吗,德扑圈有透视吗,其实真的是有挂(有挂辅助)1、打开软件启动之后找到中...
一分钟教会你!wepokerp... 一分钟教会你!wepokerplus辅助,werplan免费挂下载,本来有挂(有挂教程)1、超多福利...
教程辅助挂!竞技联盟透视,德普... 教程辅助挂!竞技联盟透视,德普之星透视辅助软件下载,总是真的是有挂(今日头条)1、德普之星透视辅助软...
今日公布!wepoker可以免... 今日公布!wepoker可以免费玩吗,hhpoker必备开挂,原来是真的有挂(有挂助手)一、可以开透...
据统计!hhpoker辅助挂下... 据统计!hhpoker辅助挂下载,德普之星辅助器怎么用,竟然是有挂(有挂规律)1、下载好德普之星辅助...
记者爆料!德州hhpoker脚... 记者爆料!德州hhpoker脚本,wpk德州局透视,确实有挂(有挂解密)1、完成辅助器v3.3的残局...