dotnet-dev-certs ================ `dotnet-dev-certs` is a command line tool to generate certificates used in ASP.NET Core during development. ### How To Install From the command-line, execute: ``` dotnet install tool --global dotnet-dev-certs ``` ### How To Use Run `dotnet dev-certs --help` for more information about usage.