[docs] Update ASPIRE_DCP_USE_DEVELOPER_CERTIFICATE docs for cross-platform default#1069
Merged
danegsta merged 2 commits intoMay 26, 2026
Merged
Conversation
…efault The default changed from false to true in Aspire 13.4, and the feature now works on macOS and Linux (using cert/key files) in addition to Windows (thumbprint). Update configuration.mdx table and the certificate-configuration.mdx DCP section to reflect the new defaults, cross-platform support, and opt-out behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Updates AppHost documentation to reflect that ASPIRE_DCP_USE_DEVELOPER_CERTIFICATE now defaults to using the ASP.NET Core developer certificate for DCP TLS across platforms, with platform-specific behavior details.
Changes:
- Updated
ASPIRE_DCP_USE_DEVELOPER_CERTIFICATEdefault totrueand revised the description for cross-platform behavior. - Reframed the DCP developer certificate section as opt-out and added Windows vs macOS/Linux behavior notes.
- Added a historical note about prior defaults/platform support (needs version reconciliation).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/frontend/src/content/docs/app-host/configuration.mdx | Updates the configuration reference table entry for ASPIRE_DCP_USE_DEVELOPER_CERTIFICATE to reflect new default and cross-platform behavior. |
| src/frontend/src/content/docs/app-host/certificate-configuration.mdx | Updates the DCP certificate section to be cross-platform and opt-out, with per-OS details and historical context. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
danegsta
reviewed
May 26, 2026
…eedback Co-authored-by: danegsta <50252651+danegsta@users.noreply.github.com>
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.
Summary
Updates documentation for the
ASPIRE_DCP_USE_DEVELOPER_CERTIFICATEenvironment variable following the changes in microsoft/aspire#17449 ("Support DCP dev cert TLS files").Changes
app-host/configuration.mdxASPIRE_DCP_USE_DEVELOPER_CERTIFICATEfromfalsetotrueapp-host/certificate-configuration.mdxtrueto enable) to opt-out (falseto disable)falseby default and Windows-onlyRelated
pr_body_has_user_facing_section,pr_body_has_cli_flag_mention