Import certificate in Exchange 2016

Pham Tien Dung 80 Reputation points
2024-06-17T05:02:39.5733333+00:00

Currently, our Exchange 2016 system certificate is about to expire. I want to renew a new certificate for the system. I followed the steps: go to ecp -> server -> certificates

However, I don't see the ... mark to select Import Exchange Certificate.

ex2016.PNG

help me

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,162 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,338 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,461 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,970 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jake Zhang-MSFT 2,635 Reputation points Microsoft Vendor
    2024-06-17T08:05:01.6566667+00:00

    Hi @Pham Tien Dung

    Welcome to the Microsoft Technical Support Forum.

    According to your description, you want to import certificates in ECP, but you don't find the more option "..." button. I would suggest you to try the following format command in Exchange Management Shell to import the certificate:

    Import-ExchangeCertificate -FileData ([System.IO.File]::ReadAllBytes('<FilePathOrUNCPath>')) [-Password (Read-Host "Enter password" -AsSecureString)] [-PrivateKeyExportable <$true | $false>] [-Server <ServerIdentity>]

    Refer to: Import or install a certificate on an Exchange server | Microsoft Learn

    Please feel free to contact me if you have any queries.

    Best,

    Jake Zhang

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful