Update kestrel.md /path-4 (#22369)

* Update kestrel.md

* Update index.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/22375/head
Rick Anderson 2021-05-22 11:22:51 +10:00 committed by GitHub
parent 20cf6c61be
commit 989f7c0fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,10 @@ ASP.NET Core project templates use Kestrel by default. In *Program.cs*, the
For more information on building the host, see the *Set up a host* and *Default builder settings* sections of <xref:fundamentals/host/generic-host#set-up-a-host>.
## Optional client certificates
For information on apps that must protect a subset of the app with a certificate, see [Optional client certificates](xref:security/authentication/certauth#optional-client-certificates).
## Additional resources
<a name="endpoint-configuration"></a>

View File

@ -57,6 +57,10 @@ For getting started with hosting a website on Azure App Services, see our [deplo
In general, we recommend using a pattern like [blue-green deployments](https://www.martinfowler.com/bliki/BlueGreenDeployment.html) for zero-downtime deployments. Features like Overlapped Recycle help, but don't guarantee that you can do a zero-downtime deployment. For more information, see [this GitHub issue](https://github.com/dotnet/aspnetcore/issues/10117).
## Optional client certificates
For information on apps that must protect a subset of the app with a certificate, see [Optional client certificates](xref:security/authentication/certauth#optional-client-certificates).
## Additional resources
* <xref:test/troubleshoot>