Created
November 16, 2021 03:28
-
-
Save felipepodesta/4efea1bc11e290cd8d5f06e98a46c207 to your computer and use it in GitHub Desktop.
.NET WSL Localhost Cert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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