Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make dev-cert name more specific to dotnet
  • Loading branch information
sliekens authored Jun 19, 2024
commit 52b0717cb47da5cc73f581fa14cc1c1c742dad20
2 changes: 1 addition & 1 deletion src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sudo chown -R vscode:vscode /home/vscode/.dotnet

# Export the ASP.NET Core HTTPS development certificate to a PEM file
# If there is no development certificate, this command will generate a new one
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

# Add the PEM file to the trust store
sudo update-ca-certificates
Expand Down