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

相关内容

热门资讯

透视ai代打!aapoker ... 透视ai代打!aapoker ai插件(透视)万能辅助器(切实真的是有挂)透视ai代打!aapoke...
透视系统!拱趴大菠萝机器人,哈... 透视系统!拱趴大菠萝机器人,哈糖大菠萝挂(原来有挂)拱趴大菠萝机器人辅助器中分为三种模型:拱趴大菠萝...
透视脚本!aa poker辅助... 透视脚本!aa poker辅助(透视)透视脚本下载(本来是真的有挂)1、下载好aa poker辅助辅...
辅助透视!xpoker辅助器,... 辅助透视!xpoker辅助器,werplan外卦神器(竟然真的有挂)werplan外卦神器是一种具有...
透视数据!aapoker透视怎... 透视数据!aapoker透视怎么用(透视)免费透视脚本(一贯真的是有挂)1、aapoker透视怎么用...
透视辅助!约局吧能不能开挂,f... 透视辅助!约局吧能不能开挂,fishpoker透视(真是真的有挂)1、下载好约局吧能不能开挂辅助软件...
透视透视挂!aapoker辅助... 透视透视挂!aapoker辅助插件工具(透视)透视脚本下载(总是真的是有挂)1、aapoker辅助插...
透视安装!哈糖大菠萝怎么开挂,... 透视安装!哈糖大菠萝怎么开挂,约局吧德州真的有透视挂吗(一贯有挂)1、每一步都需要思考,不同水平的挑...
透视玄学!来玩德州破解器,xp... 透视玄学!来玩德州破解器,xpoker辅助怎么用(其实真的有挂)来玩德州破解器是一种具有地方特色的麻...
透视系统!aapoker辅助器... 透视系统!aapoker辅助器怎么用(透视)插件下载(原来是真的有挂)1、aapoker辅助器怎么用...