Add developer certificate setup guide and install-flow cross-links#1164
Open
IEvangelist with Copilot wants to merge 2 commits into
Open
Add developer certificate setup guide and install-flow cross-links#1164IEvangelist with Copilot wants to merge 2 commits into
IEvangelist with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add aka.ms link and documentation for developer certificates
Add developer certificate setup guide and install-flow cross-links
Jun 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Set up development certificates” get-started page and wires it into existing onboarding flows so readers can find certificate trust/setup guidance from install and template docs.
Changes:
- Added a new
/get-started/developer-certificates/documentation page covering Aspire CLI certificate trust commands and thedotnet dev-certsworkflow. - Linked the new page from the CLI install page “See also” section.
- Updated the SDK templates get-started doc to point to the consolidated certificate guidance page.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/frontend/src/content/docs/get-started/install-cli.mdx | Adds a “See also” link to the new developer certificates page. |
| src/frontend/src/content/docs/get-started/developer-certificates.mdx | Introduces the new consolidated developer certificates setup guide. |
| src/frontend/src/content/docs/get-started/aspire-sdk-templates.mdx | Replaces external certificate troubleshooting links with a pointer to the new consolidated page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+15
to
+19
| When you run either of these commands, Aspire ensures a development certificate exists and is trusted: | ||
|
|
||
| ```bash title="Aspire CLI" | ||
| aspire run | ||
| ``` |
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.
This PR adds a dedicated Aspire docs page for development certificate setup and links it from install/get-started flows. It covers the new CLI trust behavior for polyglot apps (
aspire run/aspire start) and the .NET-specificdotnet dev-certspath.New get-started documentation
/get-started/developer-certificates/with:aspire runandaspire startaspire certs trust,aspire certs clean)dotnet dev-certs https --trust/--cleanguidanceInstall-flow cross-links
get-started/install-cli.mdxto include the new page in See alsoget-started/aspire-sdk-templates.mdxcert guidance to point to the new consolidated pageRedirect follow-up
https://aka.ms/aspire/devcertsto redirect to/get-started/developer-certificates/