BorisWilhelms / create-dotnet-devcert

A simple script that creates and trusts a self-signed development certificate for dotnet on Linux distributions.
https://blog.wille-zone.de/post/aspnetcore-devcert-for-ubuntu
MIT License
329 stars 71 forks source link

feat: Add support for running skipping sudo when already root. #2

Closed naphta closed 3 years ago

naphta commented 3 years ago

Just a quick one so we can run this inside our Dockerfile (for Wiremock HTTPS in tests specifically)

BorisWilhelms commented 3 years ago

Looks good, thanks!