Open
Description
Is your feature request related to a problem? Please describe.
We have several applications that run as windows services which we'd like to be able to use dev-certs with. Typically we'd be debugging a separate application that needs to talk to these services over HTTPS, and we'd like to use the same cert everywhere.
At the monent we can work around this by exporting the cert to a pfx file and importing it into the machine store, but it'd be better if this could be built-in.
Describe the solution you'd like
dotnet dev-certs https --trust --add-to-machine-store
or something like that