Customer Service | mail Send Email

Install SSL in Exchange Server 2010

Help & Support

 

SHOULD YOU NEED ANY ASSISTANCE?
Kindly contact us

Install SSL in Exchange Server 2010

Option 1: Use the Exchange Management Console GUI (recommended)

  1. Start the Exchange Management Shell. Click Start > Programs > Microsoft Exchange Server 2010, and then click Exchange Management Console.
  2. Click the link to "Manage Databases", and then go to "Server configuration".
  3. Select your certificate from the menu in the center of the screen (The certificate will be listed by the Friendly Name you chose when creating the CSR), and then click the link in the Actions menu to "Complete Pending Request".

  4. Image 1
  5. Browse to the certificate file you just copied to your server, then click Open > Complete.
  6. ATTENTION!! You may receive the following error: "The source data is corrupted or not properly Base64 encoded." You can ignore this error.
  7. Press F5 to refresh the certificate list. Verify that it says "False" under "Self Signed".
  8. To enable your certificate, return to the Exchange Management Console and click the link to "Assign Services to Certificate."

  9. Image 1
  10. Select your certificate from the list provided, then click Next.
  11. Select the services for which you would like to enable your new certificate, click Next > Assign > Finish. Your certificate should now be Installed and Enabled for use with Exchange.


Option 2: Use Exchange Management Shell.

  1. Start the Microsoft Exchange Management Shell by clicking Start > Programs > Microsoft Exchange 2010 > Exchange Management Shell.

  2. Image 1
  3. From the command line, type the following:
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path c:\your_domain_name.cer -Encoding byte -ReadCount 0)) | Enable-ExchangeCertificate -Services "IIS,POP,IMAP,SMTP"
NOTE: only the desired services should be specified by the Enable-ExchangeCertificate portion of the command.

More info: http://technet.microsoft.com/en-us/library/dd351246.aspx

exchange server 2010 install ssl console 
( RATING: 0.89097744360902  /  VOTES: 266 )