-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
Description
Compile ASP.NET Core app with ASP.NET Core linking on an all the setters for CertificateConfig are removed; which means a "Certificates" section in config cannot be loaded and Kestrel will therefore ignore all the settings
aspnetcore/src/Servers/Kestrel/Core/src/Internal/ConfigurationReader.cs
Lines 369 to 385 in 292cb9c
| public string Path { get; set; } | |
| public string KeyPath { get; set; } | |
| public string Password { get; set; } | |
| // Cert store | |
| public bool IsStoreCert => !string.IsNullOrEmpty(Subject); | |
| public string Subject { get; set; } | |
| public string Store { get; set; } | |
| public string Location { get; set; } | |
| public bool? AllowInvalid { get; set; } |
Becomes
Tratcher
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
