I have updated the internal certificate on my edge server (exchange 2007ccr) based on the steps below:
From your edge server:
In Exchange Powershell perform the following commands:
New-exchangecertificate
Remove-edgesubscription
New-edgesubscription –FileName “c:\whatever.xml”
Copy the xml file just created to your Hub Transport server.
From your Hub Transport server:
Open Exchange Management Console and go to ”Organization Configuration > Hub Transport > Edge Subscription”
Remove the current edge subscription
Click New Edge Subscription (right hand task menu)
Import the xml file you copied.
From your edge server:
Restart Microsoft Exchange ADAM service
From your hub transport server:
Open the exchange powershell and perform the following commands:
start-edgesynchronization
Now I am not getting incoming email, can someone help?