Skip to content

Commit 62e39c8

Browse files
authored
dotnet: amend dev-cert script in README (#1103)
1 parent 28a9f4f commit 62e39c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dotnet/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ The contents of `.devcontainer/setup-dotnet-dev-cert.sh`:
6464
# Change ownership of the .dotnet directory to the vscode user (to avoid permission errors)
6565
sudo chown -R vscode:vscode /home/vscode/.dotnet
6666

67-
# Export the ASP.NET Core HTTPS development certificate to a PEM file
6867
# If there is no development certificate, this command will generate a new one
68+
dotnet dev-certs https
69+
70+
# Export the ASP.NET Core HTTPS development certificate to a PEM file
6971
sudo -E dotnet dev-certs https --export-path /usr/local/share/ca-certificates/dotnet-dev-cert.crt --format pem
7072

7173
# Add the PEM file to the trust store

0 commit comments

Comments
 (0)