Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Last active May 15, 2020 22:26
Show Gist options
  • Select an option

  • Save changhuixu/bf5ebbf00aa539b646ccdf000401cc61 to your computer and use it in GitHub Desktop.

Select an option

Save changhuixu/bf5ebbf00aa539b646ccdf000401cc61 to your computer and use it in GitHub Desktop.
# in CMD
dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p { password here }
# in PowerShell
dotnet dev-certs https -ep $env:USERPROFILE\.aspnet\https\aspnetapp.pfx -p { password here }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment