The easy way to fix Exchange 2007 Cert errors with Outlook 2007&
All code lines wrapped, for your screen's pleasure.
New-ExchangeCertificate -GenerateRequest -domainname mail.example.com,autodisco
servername.example.local,a
This creates a new request and puts it in cert.txt. Send this to an online CA, but they MUST support subject alternative name option or else youll keep getting errors on the internal hostnames.
You can self-sign the cert against an internal (Microsoft) CA use Web Server template, and save it in DER format. Then use this:
Import-ExchangeCertificate
This makes Exchange know about the cert. Make note of the Thumbprint as youre going to need it in a second for this:
enable-ExchangeCertificate
http://episteme.arstechnic
Main Topics
Browse All Topics





by: MesthaPosted on 2009-10-30 at 15:35:12ID: 25707215
Is this SBS 2008?
rchive/200 8/05/30/78 .aspx
It should have setup your server so that remote.example.com resolves to the server.
You cannot disable the use of SSL in Exchange 2007, the whole product is based around it.
Another option would be to change the single name SSL certificate for a SAN/UC certificate with the additional names in it.
I have a guide on how to do that here:
http://blog.sembee.co.uk/a
Simon.