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、操作简单,无需手机版透视...
教你透视!aapoker透视脚... 教你透视!aapoker透视脚本,aapoker插件下载,好像一直总是有辅助攻略(哔哩哔哩)1、辅助...
关于透视!wpk透视辅助靠谱吗... 关于透视!wpk透视辅助靠谱吗,wpk透视是真的吗,切实是有辅助攻略(哔哩哔哩)所有人都在同一条线上...
普及透视!aapoker俱乐部... 普及透视!aapoker俱乐部靠谱吗,aapoker俱乐部靠谱吗,真是真的是有辅助方法(哔哩哔哩)1...
科普透视!hhpoker脚本下... 科普透视!hhpoker脚本下载,hhpoker辅助软件,总是真的是有辅助脚本(哔哩哔哩)该软件可以...
解迷透视!hhpkoer辅助挂... 解迷透视!hhpkoer辅助挂是真的吗,hhpoker可以控制牌吗,一直真的有辅助脚本(哔哩哔哩)1...
科普透视!hhpoker怎么开... 科普透视!hhpoker怎么开透视,hhpoker脚本下载,原来一直都是有辅助工具(哔哩哔哩)运辅助...
必备透视!hhpoker辅助挂... 必备透视!hhpoker辅助挂,hhpoker买挂,其实存在有辅助教程(哔哩哔哩)1、下载好正确养号...
了解透视!aapoker透视插... 了解透视!aapoker透视插件,aapoker辅助器是真的吗,果然真的有辅助插件(哔哩哔哩)辅助器...
有挂透视!we-poker软件... 有挂透视!we-poker软件,wepoker辅助透视,真是一直都是有辅助软件(哔哩哔哩)1、完成有...