Renew SSL certificate Ecchange 2016 with a Goddady Certificate

Giovanna Salinas 0 Reputation points
2023-05-02T19:05:35.84+00:00

My GoDaddy certificate expired in Exchange 2016 I import the intermediate certificate that GoDaddy provide me. But I cannot see it n the Exchange Admin Center. How can I renew it?

Exchange | Exchange Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,231 Reputation points Microsoft External Staff
    2023-05-03T07:45:09.8+00:00

    Hi @Giovanna Salinas ,

     

    First of all, please make sure you have successfully installed the intermediate certificate to your Exchange Server 2016, detailed steps you can refer to: Exchange Server 2016: Install a certificate | SSL Certificates

    _

    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information._

     

    Then you can use below powershell cmdlet to renew your certificate, detailed steps please refer to: Renew an Exchange Server certificate | Microsoft Learn

    Get-ExchangeCertificate -Thumbprint <Thumbprint> | New-ExchangeCertificate [-Force]
    

     

    If you don't know how to open the Exchange Management Shell in your on-premises Exchange organization, see Open the Exchange Management Shell | Microsoft Learn


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.