//[Optional] To reuse of your local HTTPS dev cert: 28+ // 29+ //1. Export it locally using this command: 30+ //* Windows PowerShell: 31+ //dotnet dev-certs https --trust; dotnet dev-certs https -ep "$env:USERPROFILE/.aspnet/https/aspnetapp.pfx" -p "SecurePwdGoesHere" ...