Problem With Certificate For Kestrel

Yesterday after run ASP.NET Core project through dotnet restore; dotnet run commands, I received following message:

Instruction in message is clear, run dotnet dev-certs https --trust command. Run command popups confirmation dialog below. After answering yes to this makes everything work right. install kestrel

If you still have problem with valid SSL certificate for your ASP.NET Core app, try delete and create new dev certificate. This sometimes happens because of voodoo combination IIS Express and Visual Studio.

🤞 Happy codding 🤞