Install Certificate - Microsoft Exchange 2007

Feb 15, 2024

Install Certificate - Microsoft Exchange 2007

Install Certificate - Microsoft Exchange 2007

Last Updated: Sep 26, 2019 07:19AM EDT

Installing Your Certificate in Microsoft Exchange 2007

Article Purpose: This article provides step-by-step instructions for installing your certificate in Microsoft Exchange 2007. If this is not the solution you are looking for, please search for your solution in the search bar above.

Download your Intermediate Certificate here.

Import the Intermediate Certificate

 

  1. Copy the intermediate certificate from the body of the email you received and then paste it into a simple text editor.
  2. Save it as "intermediate.cer".
  3. Open MMC.
  4. Select File > Add/Remove Snap In.
  5. Select Add.
  6. Select Certificates > Add.
  7. Select Computer Account Next.
  8. Select Local Computer Finish > Close > OK.
  9. Select Certificates > Intermediate Certificate Authorities Certificates.
  10. Right-click Certificates. Select All-Tasks > Import.
  11. The Import Wizard will start. Close MMC.

     

Import the PersonalSign Digital Certificate into Microsoft Outlook 2007
 

  1. Copy the SSL certificate from the email and save it as "mydomain.cer".
  2. Open the Exchange Management Shell. Enter and run the import and enable commands, respectively:

     Import-ExchangeCertificate -Path C:\mydomain.cer 
     Enable-ExchangeCertificate -Services "SMTP, IMAP, POP, IIS" 

     
  3. The services can be any combination of these values: IMAP, POP, UM, IIS, SMTP.
  4. To verify that your certificate is running and enabled run the command:

     Get-ExchangeCertificate -DomainName server.domain.com 
     
  5. In response to the above command you should see the certificate's thumbprint: an abbreviated list of the services and "mydomain.cer". If your certificate is not properly enabled you can re-run the modified enable command with the certificate thumbprint:

     Enable-ExchangeCertificate -Thumbprint [paste thumbprint here] -Services "SMTP,IMAP, POP, IIS" 
     
  6. Reboot your server and test that your certificate is working by connecting with IE, ActiveSync, or Outlook.
     

Related Articles

GlobalSign System Alerts

View recent system alerts.

View Alerts

Atlas Discovery

Scan your endpoints to locate all of your Certificates.

Sign Up

SSL Configuration Test

Check your certificate installation for SSL issues and vulnerabilities.

Contact Support