Update dotnet dev-certs docs for .NET 10 SANs#52711
Open
Conversation
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/2920f9eb-68e7-4447-b9d5-0cc98278e858 Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
DamianEdwards
March 29, 2026 22:17
View session
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/ad4ef331-2cc7-435c-ab97-f78b690b968a Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/ad4ef331-2cc7-435c-ab97-f78b690b968a Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
DamianEdwards
approved these changes
Mar 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the dotnet dev-certs documentation to reflect .NET 10+ behavior around the generated development certificate, especially its subject alternative names (SANs), and adds a note about trust behavior.
Changes:
- Updates frontmatter (
ms.date, addsai-usage). - Documents the default SAN set for the generated ASP.NET Core development certificate in .NET 10+.
- Adds a note under
--trustabout behavior when running in WSL.
| The `*.dev.localhost` SAN lets you use the certificate with `*.dev.localhost` hostnames for local development. The `host.docker.internal` and `host.containers.internal` SANs let you use the certificate in container-based local development scenarios: | ||
|
|
||
| | Type | Value | | ||
| |--|--| |
There was a problem hiding this comment.
The table header separator row uses |--|--|, which isn’t valid Markdown table syntax (each column needs at least 3 dashes). This can prevent the table from rendering correctly and might fail markdownlint. Update the separator row to use --- (or longer) per column.
Suggested change
| |--|--| | |
| | --- | --- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dotnet dev-certsarticle text, and the validation workflow for the touched documentation file.*.dev.localhosthostnames for local development and clarify that container-based scenarios relate tohost.docker.internalandhost.containers.internal.💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.
Internal previews