.net core run using cli issues

 

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found


solution: 
  1. Run dotnet dev-certs https -t

Comments