How to run 'dotnet dev-certs https --trust'?

后端 未结 3 1106
臣服心动
臣服心动 2020-11-29 08:19

I\'m new in ASP.NET.

Environment:

  • Ubuntu 18.04

  • Visual Studio Code

  • .NET SDK 2.2.105

I\'m in troubl

3条回答
  •  时光取名叫无心
    2020-11-29 08:59

    Looks like this is a known issue with dotnet global tools and that specific command is only available for MacOS and Windows. See this issue on github: Issue 6066.

    It seems like there may be a work around for Linux users based on this SO post: ASP.Net Core application service only listening to Port 5000 on Ubuntu.

提交回复
热议问题