I made an application for testing and in the project I changed the SSL Enabled field to True. The application now has two URL's, one for HTTPS and one for HTTP. Ex:
https://localhost:44338/
http://localhost:22786/
I can access both ways, my question would be, if I upload this project to a server do I need to do some specific configuration or a redirect or buy some certificate? If I have to buy a certificate where will I add this?