SharePoint 2016 Central Admin - Security - Manage Trust

When you click Manage Trust link, you will land on the Trusts page. This page will give an option to the SharePoint administrator to manage the trust relationships for this Farm.

SharePoint

Manage Trust page’s direct link: /_admin/ManageTrust.aspx

SharePoint has an ability to connect to other SharePoint Farms to consume the Service Applications or connect to Office Online Server or connect to the Workflow Manager Farm (dedicated Farm). For SharePoint to communicate to other Farms, we have to build a trust between the Farms. We need to exchange the certificates between the Farms to build a trust between the Farm.

We can build the trust (exchange the certificates) via Powershell as well as via Central Admin. SharePoint 2016 Central Admin gives us an option, where we can build the trust between the Farms by adding the certificate.

There are couple of situations, where have to build a trust.

  1. If you want to consume a shared Service from a publishing Farm, then we have to build the trust between publishing and consumer Farm.
  2. If we have a dedicated Workflow Manager Farm and use https for communication then we have to build Trust with Workflow Manager Farm.
  3. Similarly, if we have a OOS Farm then we have to build the trust relationship with that farm.

In Central Admin Manage Trust options, we can add a Root or STS certificate, edit a certificate or even delete a certificate.

To add a Root certificate for Trust

Please follow the steps given below to add a Root certificate for Trust.

  1. Login to Central Admin with an account member of Farm Administrator group and also local admin on the Server.
  2. Go to the Security > Manage Trust.
  3. On Trusts page, click Trust Relationships.

    SharePoint

  4. Click New button.

    SharePoint

  5. On this page, please enter the information given below.

    1. Enter the name of OOS-Trust.
    2. Give the path of the of OOS certificate.
    3. Click OK.

      SharePoint

  6. You will see a new certificate added to Trust of SharePoint.

    SharePoint

To edit a Root certificate

Please follow the steps given below to edit a Root certificate.

Note- Please keep in mind that we can’t edit a Security Token Service (STS) certificate from here, even if you try to edit it, it will give you some unexpected error.

  1. Login to Central Admin with account member of Farm Administrator group and also local admin on the Server.
  2. Go to the Security > Manage Trust.
  3. On Trusts page, click Trust Relationships.

    SharePoint

  4. You will see that an edit page is not enabled. Do the steps given below.

    1. Click the certificate, which you want to edit.
    2. Now, you will see an Edit button.

      SharePoint

  5. On this new pop up page, basically you will learn about the certificate and if you think this is not right, then you can replace the certificate with pointing it to new certificate. You will see the information given below.

    1. Certificate Friendly name.
    2. Certificate Expiration Date.
    3. Certificate Issuer.
    4. Certificate Issued to.
    5. Certificate Thumbprint.
    6. Root Authority Certificate.
      If you want to replace the existing cert, then you have to give the path of the new certificate.

      SharePoint

To delete a Root certificate

Please follow the steps given below to add a Root certificate for Trust.

  1. Login to Central Admin with an account member of Farm administrator group and also local admin on the Server.
  2. Go to the Security > Manage Trust.
  3. On Trusts page, click Trust Relationships.

    SharePoint

  4. Again, Delete button is disabled. To enable please do following steps/

    1. Click Certificate which we want to delete. i.e. TeamSSL.
    2. Click Delete button from Ribbon.

      SharePoint

  5. A popup will appear, ask you to confirm “are you sure you want to delete the trust relationship TeamSSL”.

    SharePoint

  6. It will take couple of seconds and return to Trusts page. You will see TeamSSL certificate does not exist any more.

    SharePoint

This concludes Manage Trust article. In this article, we learned how to add a Root certificate, edit a Root certificate and delete a certificate, using SharePoint central admin.

Keep learning and enjoying SharePoint.