diff --git a/aspnetcore/security/authentication/certauth.md b/aspnetcore/security/authentication/certauth.md index a9d2a42c57..47e6f790cb 100644 --- a/aspnetcore/security/authentication/certauth.md +++ b/aspnetcore/security/authentication/certauth.md @@ -379,7 +379,7 @@ Kestrel controls client certificate negotiation with the and controls client certificate renegotiation via . +If you're programmatically configuring the TLS settings per SNI host name, call the [`UseHttps`](xref:fundamentals/servers/kestrel/endpoints#listenoptionsusehttps) overload (.NET 6 or later) that takes and controls client certificate renegotiation via . :::moniker-end