devcontainers / images

Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers
https://containers.dev
MIT License
1.11k stars 411 forks source link

dotnet: improve dev-certs instructions #1095

Closed sliekens closed 1 week ago

sliekens commented 1 week ago

I updated the README for dotnet with a better way to manage HTTPS development certificates for ASP.NET Core.

Previously, it recommended a solution that did not work well in team or open source environments, as it required manual steps, and the solution carried a risk of unintended password disclosure.

I added a solution which does not require manual steps, nor does it have any risk of leaking passwords.

I did not remove the old instructions, but I did add a warning to avoid using it for shared projects.

sliekens commented 1 week ago

Thanks for the reviews @samruddhikhandale @chrmarti

I applied the suggestions. Can you review again?