Skip to content

Commit 0bb2cb6

Browse files
Update aspnetcore/fundamentals/servers/kestrel/endpoints.md
Co-authored-by: Rick Anderson <[email protected]>
1 parent 475ad1c commit 0bb2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/servers/kestrel/endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ webBuilder.ConfigureKestrel(serverOptions =>
275275
SNI can be configured in two ways:
276276

277277
* Create an endpoint in code and select a certificate using the host name with the <xref:Microsoft.AspNetCore.Server.Kestrel.Https.HttpsConnectionAdapterOptions.ServerCertificateSelector%2A> callback.
278-
* Configure a mapping between host names and HTTPS options in configuration. For example, JSON in `appsettings.json`.
278+
* Configure a mapping between host names and HTTPS options in [Configuration](xref:fundamentals/configuration/index). For example, JSON in the `appsettings.json` file.
279279

280280
### SNI with `ServerCertificateSelector`
281281

0 commit comments

Comments
 (0)