I am fairly new to .NET Core, and I am working on a new MVC application. I would like to have SSL enabled such that browsers will not complain about insecure certificates.
I have enabled SSL in the project properties, but the browser still says the certificate is insecure.
Is there a way to configure the certificate either within the appsettings/configuration file, or using the MMC certificates snap in (I am on Windows 7) so that browsers will not complain like this:
I am in Development, but I am eagerly in search of the proper way to achieve this!
Thanks in advance!

