I can run just fine on my dev box, but not in prod.
I have an SSL cert installed on my server for my domain.
How do I tell my ASP.NET Core application which certificate to use? I assume I need to add something to let it know.
I ask because currently i'm getting:
Unable to start Kestrel. System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
Trying to get it going on IIS, without any luck so testing using Kestrel just clicking on it on my work machine vs the server.