I keep getting this error message in my Event log:
The root of the certificate chain is not a trusted root authority
It seems to be working fine, but I don't like the sound of that error, anyone know why and how to fix this?
|
I keep getting this error message in my Event log:
It seems to be working fine, but I don't like the sound of that error, anyone know why and how to fix this?
| |||
|
feedback
|
|
The reason is that Sharepoint has it’s own registry of certificates, and you will have to add the CA there as well.
Now you have to add this certificate to Sharepoints list of root authorities. You’ll be using the Sharepoint 2010 Management Shell for this operation: First you start Sharepoint 2010 Management Shell and then you run the following two commands (change the path to where your .cer is located):
Now the certificate properties will be listed as a confirmation that the certificate has been added. If your certificate chain contains more than one certificate, you will have to do this with each one giving them a unique name. | ||||
|
feedback
|