Skip to content

Commit 2f96ae2

Browse files
authored
Update aspire-new.mdx
1 parent 14cfe68 commit 2f96ae2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/frontend/src/content/docs/reference/cli/commands/aspire-new.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ Choosing **Yes** configures the generated project so that each service gets a un
5757
- Gives each service its own origin, which prevents cookie and authentication token collisions between services running on the same machine.
5858
- More closely mirrors a production setup where services are hosted on separate (sub)domains.
5959

60-
**Prerequisite:** The ASP.NET Core HTTPS development certificate must be installed and trusted on your machine. Run the following command if you haven't done so already:
61-
62-
```bash
63-
dotnet dev-certs https --trust
64-
```
65-
6660
<Aside type="note">
6761
Safari on macOS does not resolve `*.localhost` subdomains to `127.0.0.1` by
6862
default. If you use Safari, choose **No** or add an entry to your hosts file.

0 commit comments

Comments
 (0)