Use ASP.NET Core dev cert for DCP to avoid issues with ephemeral cert trust#15237
Draft
danegsta wants to merge 4 commits intorelease/13.2from
Draft
Use ASP.NET Core dev cert for DCP to avoid issues with ephemeral cert trust#15237danegsta wants to merge 4 commits intorelease/13.2from
danegsta wants to merge 4 commits intorelease/13.2from
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15237Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15237" |
Contributor
🎬 CLI E2E Test RecordingsThe following terminal recordings are available for commit
📹 Recordings uploaded automatically from CI run #23170275067 |
Contributor
|
The transient CI rerun workflow requested reruns for the following jobs after analyzing the failed attempt.
|
…cate from the cert store
Member
|
We talked offline about this one, and it will not make it for 13.2.0. The target for this is 13.2.1 |
This was referenced Mar 20, 2026
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.
Description
If the ASP.NET dev cert is available and trusted, takes advantage of new DCP support to use that certificate to secure the server. Otherwise falls back to the existing DCP ephemeral certificate.
This is waiting on changes in DCP to be upstreamed into Aspire.
Fixes #7443
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: