We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a9f4f commit 62e39c8Copy full SHA for 62e39c8
src/dotnet/README.md
@@ -64,8 +64,10 @@ The contents of `.devcontainer/setup-dotnet-dev-cert.sh`:
64
# Change ownership of the .dotnet directory to the vscode user (to avoid permission errors)
65
sudo chown -R vscode:vscode /home/vscode/.dotnet
66
67
-# Export the ASP.NET Core HTTPS development certificate to a PEM file
68
# If there is no development certificate, this command will generate a new one
+dotnet dev-certs https
69
+
70
+# Export the ASP.NET Core HTTPS development certificate to a PEM file
71
sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/dotnet-dev-cert.crt --format pem
72
73
# Add the PEM file to the trust store
0 commit comments