When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine.
That certificate has now expired and I cannot figure out how to get it to re-generate one and start the process over again. I've tried deleting all existing localhost
certificates from the certificate store and deleting secrets.json, but nothing seems to force it to re-start the generation process.
dotnet dev-certs https --clean
in place of the first 2 steps. – Delayedaction