You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a one time operation per certificate and per wsl distro compared to having to export the certificate over and over (if you update/regenerate the certificate on windows you might need to run it again)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: c7ddfb2f-5dea-5e31-2a27-02a4dc16104c
Version Independent ID: 12ca0b9a-2638-a4ce-c45f-d4579c83dafb
In this section
Replace the existing instructions with the following:
dotnet dev-certs https --ep C:\<<path-to-folder>>\aspnetcore.pfx -p <<password>>
dotnet dev-certs https --clean --import /mnt/c/<<path-to-folder>>/aspnetcore.pfx -p <<password>>
This is a one time operation per certificate and per wsl distro compared to having to export the certificate over and over (if you update/regenerate the certificate on windows you might need to run it again)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: