SSL Installation Instructions

The following instructions will guide you through the SSL installation process on Microsoft Exchange 2007. If you have more than one server or device, you will need to install the certificate on each server or device you need to secure. If you still have not generated your certificate and completed the validation process, reference our CSR Generation Instructions and disregard the steps below.

  1. Make sure you have all the following files saved before proceeding:
    • Your Server Certificate - This is the certificate you received from the CA for your domain. You may have been sent this via email. If not, you can download it by visiting your Account Dashboard and clicking on your order.
    • Intermediate Certificates - These files allow the devices connecting to your server to identify the issuing CA. There may be more than one of these certificates. If you got your certificate in a ZIP folder, it should also contain the Intermediate certificate(s), which is sometimes referred to as a CA Bundle. If not, download the appropriate CA Bundle for your certificate.
    • Your Private Key - This file should be on your server, or in your possession if you generated your CSR from a free generator tool. On certain platforms, such as Microsoft IIS, the private key is not immediately visible to you but the server is keeping track of it.
  2. Copy your SSL Certificate File and save it on your Exchange Server.
  3. From the Start menu, choose MS Exchange Server 2007, then select Exchange Management Shell.
  4. Run the Import-ExchangeCertificate and Enable-ExchangeCertificate commands together:

    Import-ExchangeCertificate -Path C:\newcert.p7b | Enable-ExchangeCertificate - Services "SMTP, IMAP, POP, IIS"

    Note: Both commands are run on the same line, divided by a "pipe" character.
  5. To verify whether or not the certificate has been enabled, run the following command:

    C:\> Get-ExchangeCertificate -DomainName your.domain.name

    Note: In the Services column, SIP and W are abbreviations for "SMTP," "IMAP," "POP3" and "Web (IIS). If the Certificate is not properly enabled, run the Enable-ExchangeCertificate command line again by copying the thumbprint of your certificate like such:

    Enable-ExchangeCertificate -ThumbPrint [paste] -Services "SMTP, IMAP, POP, IIS"

Congratulations! You've successfully installed your SSL certificate! To check your work, visit the website in your browser at https://yourdomain.tld and view the certificate/site information to see if HTTPS/SSL is working properly. Remember, you may need to restart your server for changes to take effect.

To check your server's configurations more thoroughly, use our SSL Checker Tool or contact our Customer Experience Department for additional assistance.

Manual Intermediate Installation Instructions

  1. Open the Start menu, select Run…
  2. Type mmc, click OK. The Microsoft Management Console window should open.
  3. Select the File menu, choose Add/Remove Snap-In.
  4. Click Certificates, then Add.
  5. Select the correct computer account, then Next.
  6. Choose Local Computer, then click Finish.
  7. Click OK to close Add/Remove Snap-Ins.
  8. In the Console window, expand Certificates.
  9. Right-click on Intermediate Certification Authorities, hover over All Tasks, then select Import.
  10. The Certificate Import Wizard should appear, click Next.
  11. Select Browse and locate the Intermediate Certificate file.
  12. Change the extension filter in the bottom right corner to: PKCS #7 Certificates (*.spc;*.p7b).
  13. Select the Certificate File and click Open.
  14. Choose Next.
  15. Click Place All Certificate in the Following Store.
  16. Select Browser, choose Intermediate Certification Authorities, then click Next.
  17. Select Finish.