Skip to content

Commit 52b0717

Browse files
authored
Make dev-cert name more specific to dotnet
1 parent 52e2aa4 commit 52b0717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sudo chown -R vscode:vscode /home/vscode/.dotnet
6666

6767
# Export the ASP.NET Core HTTPS development certificate to a PEM file
6868
# 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
69+
sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/dotnet-dev-cert.crt --format pem
7070

7171
# Add the PEM file to the trust store
7272
sudo update-ca-certificates

0 commit comments

Comments
 (0)