Not able to verify self signed certificate for locally hosted domain through IIS

Capture

Hi all,
I am new to this group and I am looking for some expert help regarding the ssl certificates for locally hosted epicor 10 web application. I generated a Self signed certificate from powershell and uploaded to the domain root in IIS. I am still getting the “Not Secure” connection. What am I missing ? Any help would be appreciated.
Thank you :smiley:

The process is involved, but here’s a summary:

  1. Set up a Certificate Authority in Active Directory
  2. Add that CA as a trusted CA to all of your computers via Group Policy, so that all certificates signed by that CA are automatically trusted
  3. Request a new cert from this new CA and deploy it to IIS.

If you’re going to set up a CA, it’s best to keep the root CA offline (powered off or physically disconnected network cable) so that the master keys can never be stolen, then set up some other computer (probably a domain controller) as a sub-CA which will then generate your certs when requested.

2 Likes