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
The process is involved, but here’s a summary:
- Set up a Certificate Authority in Active Directory
- 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
- 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