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 52e2aa4 commit 52b0717Copy full SHA for 52b0717
src/dotnet/README.md
@@ -66,7 +66,7 @@ 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
-sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/https.crt --format pem
+sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/dotnet-dev-cert.crt --format pem
70
71
# Add the PEM file to the trust store
72
sudo update-ca-certificates
0 commit comments