How to import a SSL Certificate in Exchange 2013

Place the cert on the C’ Drive, in the root folder
Open up Exchange Powershell (Run as Administrator) – they run the command below.

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

You

Was this article helpful?

Leave A Comment?