Installation de certificats SSL sur Exchange 2007

1) Copy your certificate into a notepad file


2) Save it to C:\ssl247.crt on your Exchange server.


3) Open the Exchange Management Shell.

Click Start, click Programs, and then click Microsoft Exchange Server 2007. Then click Exchange Management Shell.


4) Run the Import-ExchangeCertificate and Enable-ExchangeCertificate commands together (both commands are run on the same line, separated by a pipe character)

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

The Services option can be any combination of these values: IMAP, POP, UM, IIS, SMTP. To disable a certificate, set the Services parameter to 'None'.

For further reading about the Exchange commands, visit Microsoft's Exchange Server TechCenter.


5) Verify that your certificate is enabled by running the Get-ExchangeCertificate command.

[PS] C:\> Get-ExchangeCertificate -DomainName your.server.com


 


Thumbprint                                Services   Subject


----------                                --------   -------


136849A2963709E2753214BED76C7D6DB1E4A270 SIP.W      CN=your.server.com


               


In the Services column, letters SIP and W stand for SMTP, IMAP, POP3 and Web (IIS).

If your certificate isn't properly enabled, 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"


               


6) Test your certificate by connecting to your server with IE, ActiveSync, or Outlook.

If using ISA 2006, you need to reboot your servers. Some customers have reported that ISA services didn't send the intermediate certificate until after a reboot. 

 

 

 

http://www.ssl247.fr/

Pour être informé des derniers articles, inscrivez vous :