Problem with certificate for Kestrel

After clone new project on which I am working, and after dotnet restore; dotnet run commands I received following message:

Instruction in message is clear and after run dotnet cli cmd and confirmation below dialog everything works fine
dotnet dev-certs https --trust
1.png

If you have problem with valid SSL certificate, you must delete and create new dev certificate. This sometimes happened because of voodoo combination IIS Express and Visual Studio.

🤞 Happy codding 🤞