29 C
Dubai
Friday, April 19, 2024

How to import a Wildcard SSL Certificate in Exchange 2013

You can place the cert in the appropriate location, Run the below command

Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path "C:\cert\Certfile.pfx" -Encoding byte -ReadCount 0)) |Enable-ExchangeCertificate -Services IIS, POP, IMAP

image

Note : You cannot do this via EAC ( Exchange Admin Center)

You got to configure Imap and pop using Set-Popsettings and Set-Imap Settings

as Wild Card cert doesn’t have a complete FQDN entry

To Configure IMAP and POP

Refer

https://www.azure365pro.com/how-to-enable-and-configure-pop-imap-in-exchange-2013/

Smile

Satheshwaran Manoharan
Satheshwaran Manoharanhttps://www.azure365pro.com
Award-winning Technology Leader with a wealth of experience running large teams and diversified industry exposure in cloud computing. From shipping lines to rolling stocks.In-depth expertise in driving cloud adoption strategies and modernizing systems to cloud native. Specialized in Microsoft Cloud, DevOps, and Microsoft 365 Stack and conducted numerous successful projects worldwide. Also, Acting as a Technical Advisor for various start-ups.

Related Articles

2 COMMENTS

  1. Hi Satheshwaran,

    Your tip is very good!

    I have an Exchange 2013 with a valid certificate and will expire next month.
    I have too a SSL certificate (public and private keys) and I convert to PFX format.
    I use the PowerShell command to verify: “Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path “C:\cert.pfx” -Encoding byte -ReadCount 0)) |Enable-ExchangeCertificate -Services SMTP, IIS, POP, IMAP”
    The return was ok to my wildcard domain.

    Can I use your tip to import my wildcard ssl certificate in PFX format?

    Thanks a lot.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?