Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
instead of linking to github for
docker
just show:
Export the HTTPS certificate into a PFX file using the dev-certs global tool
to
$env:APPDATA/ASP.NET/Https/<appname>.pfx using a password of your choice (recommended password new-guid on powershell)And for "Trust HTTPS certificate from Windows Subsystem for Linux"
Let users see if powershell or cmd is used. or specify cmd =
dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p <cryptic-password>;while ps variable is
dotnet dev-certs https -ep $env:APPDATA\.aspnet\https\aspnetapp.pfx -p <cryptic-password>Document Details