Skip to content

Instantly share code, notes, and snippets.

@felipepodesta
Created November 16, 2021 03:28
Show Gist options
  • Save felipepodesta/4efea1bc11e290cd8d5f06e98a46c207 to your computer and use it in GitHub Desktop.
Save felipepodesta/4efea1bc11e290cd8d5f06e98a46c207 to your computer and use it in GitHub Desktop.
.NET WSL Localhost Cert
Windows:
dotnet dev-certs https --trust
dotnet dev-certs https -ep C:\Users\subha\.aspnet\https\https.pfx -p s19k11SKsUBs --trust
Linux:
dotnet dev-certs https --clean --import /mnt/c/Users/subha/.aspnet/https/https.pfx -p s19k11SKsUBs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment