Read time 6 minutes

Exchange Server follows the Transport Layer Security to communicate with internal servers and various Exchange services. But it also requires communicating with external clients regularly and therefore different kinds of digital certificates are used. A digital certificate verifies the identity of the Exchange Server or user account. In an on-premises Exchange Server, there are three self-signed digital certificates used to validate the connections with various services and external clients. One such certificate is the ‘Microsoft Exchange Server Auth Certificate.’

The Auth Certificate is helpful in server-to-server authentication and integration with SharePoint Server and Skype for Business. You can check all certificates in the Certificates category under servers in Exchange Admin Center.

‘Auth Certificate Missing’ issue

Many user queries say that they have a successful deployment of their Exchange Server version, but when they try to access OWA, an error pop up like this.

’Federation or Auth certificate not found: “Certificates-thumbprint.” Unable to find the certificate in the local or neighboring sites. Confirm that the certificate is available in your topology and if necessary, reset the certificate on the Federation Trust to a valid certificate using Set-FederationTrust or Set-AuthConfig. The certificate may take time to propagate to the local or neighboring sites.’

The error itself describes that the certificate is missing or cannot be configured. This disturbs the server to server authentication and communication and even blocks accessing those servers.

Fix Microsoft Exchange Server Auth certificate missing error

This issue of missing Exchange Server Auth Certificate can be resolved by creating a new certificate by running cmdlets in the Exchange Management Shell. The process of running cmdlets requires technical knowledge as well as great care to avoid any further error. Also, the user must have Exchange administrator rights to perform this procedure. If you have all this pre-requisites completed, start the process as instructed below:

  1. Open the Exchange Management Shell on your Exchange 2016/2013 server.
  2. Run this command to create a new Exchange Auth certificate.
    New-ExchangeCertificate -KeySize 2048 -PrivateKeyExportable $true -SubjectName “CN= Microsoft Exchange Server Auth Certificate” -DomainName “*.enterdomainname.com” -FriendlyName “Microsoft Exchange Server Auth Certificate” -Services SMTP

    For example:

  3. Once, the above command is run, it will ask you if you want to overwrite the existing default SMTP certificate. Type N and press Enter.

    A certificate thumbprint will get created here. You need to note down this alpha-numeric certificate thumbprint somewhere as you would require it in the next cmdlet.
  4. Run this next command to save the present date to the object.
    $date = Get-Date

  5. Now, to set the authentication configuration for Exchange, execute the following cmdlet.
    Set-AuthConfig -NewCertificateThumbprint <certificate_thumbprint> –NewCertificateEffectiveDate $date


    When you execute the above command, it asks to confirm regarding the effective date of the certificate. Confirm it by typing Y and pressing Enter.

  6. Next command should be run to publish the new created Exchange Auth certificate.
    Set-AuthConfig –PublishCertificate


    Note: If you have any previously installed Exchange certificate, you need to clear it with the following command.

    Set-AuthConfig -ClearPreviousCertificate
  7. Finally, run this cmdlet to reset the ISS service for all CAS and mailbox servers.
    IISRESET

Thus, you can fix the error ‘the Exchange Auth Certificate is missing.’

As the error was technical, the method explained above requires technical skills and expert guidance to perform it successfully. One should be familiar with running the cmdlets in the Exchange Management Shell to accomplish the desired result from the above process.

Apart from this error, there are many other Exchange errors and issues administrators face in the Exchange environment. Though we have some native methods to convert EDB to PST in case of corruption issue also, using them would be a tedious and risky task. So, we undoubtedly recommend the Exchange users stuck in these situations to go for the best Exchange data repair solution.

Kernel for Exchange Server is the best Exchange EDB recovery tool which deals with all problems or errors related to the Exchange database and then recovers inaccessible Exchange mailboxes to various destinations like PST, Live Exchange, Microsoft 365, etc. The tool maintains the integrity of the Exchange data after the recovery and allows users make selection of data using the filter options before saving it to the desired location. Try its efficient features with its demo version which is available free for download on the site.

Summing up

After following all the steps of given method to resolve the Exchange Server Auth Certificate missing problem, you will be able to access the mailbox without facing an issue. You can also apply for a new certificate from Microsoft and if the error remains to affect the Exchange, then you should your Kernel for Exchange Server software to recover mailbox and save it in a new Exchange account. There will be no more Auth error in new Server.

Kernel for Exchange Server