Computer Repair Sacramento CA blog how to Install Exchange 2007 DigiCert.
I recently worked with a client who had installed a new DigiCert, but was still getting certificate errors on OWA and Outlook. Confirmed the new cert and email was working, but found old cert listed here:
To Install Exchange 2007 DigiCert:
Import-ExchangeCertificate -Path C:\your_domain_name.cer | Enable-ExchangeCertificate -Services "SMTP, IMAP, POP, IIS"
Verify installation using Get-ExchangeCertificate command.
Get-ExchangeCertificate -DomainName your.domain.name
Thumbprint Services Subject
---------- -------- -------
136849A2963709E2753214BED76C7D6DB1E4A270 SIP.W CN=your.domain.name
(SIP.W stands for SMTP, IMAP, POP3 and Web (IIS))
If your certificate isn’t properly enabled or not fully enabled for all services, you can re-run the Enable-ExchangeCertificate command by pasting the thumbprint of your certificate as the -ThumbPrint argument like this:
Enable-ExchangeCertificate -ThumbPrint [paste] -Services "SMTP, IMAP, POP, IIS"
Test your certificate by connecting to your server with IE, ActiveSync, OWA, or Outlook.
That did the trick. Thanks for reading!
If you need help with Installing an Exchange 2007 DigiCert or similar, please contact Computer Repair Sacramento CA! – Jonathan