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 c83906b commit 6a1fa17Copy full SHA for 6a1fa17
src/dotnet/README.md
@@ -66,12 +66,9 @@ 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
69
-DOTNET_NOLOGO=true \
70
-DOTNET_GENERATE_ASPNET_CERTIFICATE=false \
71
-dotnet dev-certs https --export-path /home/vscode/https.crt --format pem
+sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/https.crt --format pem
72
73
# Add the PEM file to the trust store
74
-sudo mv /home/vscode/https.crt /usr/local/share/ca-certificates/https.crt
75
sudo update-ca-certificates
76
```
77
0 commit comments