Renew / Revalidate certificate on Edge server and Exchange 2016 server.

  • Thread starter Thread starter Leul Alemayehu
  • Start date Start date
L

Leul Alemayehu

Guest
We are going to revalidate certificate on our Edge server and Exchange 2016. From my understanding, here are the steps:1) Get new certificate from 3rd party cert authority2) Install new certificate on Edge server and bind with SMTP service by running: a. Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path C:\Certs\filename.cer -Encoding byte -ReadCount 0)) b. Enable-ExchangeCertificate -Thumbprint -Services SMTP3) Remove existing Edge Subscriptions on EdgeServer and Exchange2016 (Remove-EdgeSubscription "servername")4) Create new Edge subscriptions by running New-EdgeSubscription

Continue reading...
 
Back
Top