I have run the 'ubuntu-create-dotnet-devcert.sh' on Ubuntu with WSL, when I run dotnet run --launch-profile https, I still got warn and failed with https.
➜ MyBlazorAppBegin dotnet run --launch-profile https
Building...
warn: Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer[8]
The ASP.NET Core developer certificate is not trusted. For information about trusting the ASP.NET Core developer certificate, see https://aka.ms/aspnet/https-trust-dev-cert.
info: Microsoft.Hosting.Lifetime[14]
Now listening on: https://localhost:7123
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5045
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
what other steps should I do work?
I have run the 'ubuntu-create-dotnet-devcert.sh' on Ubuntu with WSL, when I run dotnet run --launch-profile https, I still got warn and failed with https.
what other steps should I do work?