Skip to content

Commit a64ac65

Browse files
What's new Kestrel full certificate chain improvements (#27452)
* What's new Kestrel full certificate chain improvements * What's new Kestrel full certificate chain improvements
1 parent 23157ab commit a64ac65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aspnetcore/release-notes/aspnetcore-7.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ For more information, see [Shadow copying in IIS](xref:host-and-deploy/iis/advan
488488

489489
## Miscellaneous
490490

491+
### Kestrel full certificate chain improvements
492+
493+
[HttpsConnectionAdapterOptions](/dotnet/api/microsoft.aspnetcore.server.kestrel.https.httpsconnectionadapteroptions?view=aspnetcore-7.0&preserve-view=true) has a new [ServerCertificateChain](/dotnet/api/microsoft.aspnetcore.server.kestrel.https.httpsconnectionadapteroptions.servercertificatechain?view=aspnetcore-7.0&preserve-view=true#microsoft-aspnetcore-server-kestrel-https-httpsconnectionadapteroptions-servercertificatechain) property of type [X509Certificate2Collection](/dotnet/api/system.security.cryptography.x509certificates.x509certificate2collection), which makes it easier to validate certificate chains by allowing a full chain including intermediate certificates to be specified. See [dotnet/aspnetcore#21513](https://github.com/dotnet/aspnetcore/issues/21513) for more details.
494+
491495
### dotnet watch
492496

493497
#### Improved console output for dotnet watch

0 commit comments

Comments
 (0)