|
Installing a Certificate on Exchange 2007
Once you have purchased your certificate, and the domains
have been validated as under your ownership, you will receive an email
containing the certificate.
The certificate file should be copied onto your Exchange 2007 server. It
is then installed using the Import-ExchangeCertificate cmdlet.
Note: do NOT use the Certificates snap-in for the MMC
to install the certificate. This will not work for Exchange 2007!
Open the Exchange Management Shell.
This can be done by doing the following: Click Start, click Programs,
and then click Microsoft Exchange Server 2007. Then click Exchange
Management Shell.
In this example, the certificate file is copied to the server as the
file 'c:\exchange.comodo.com.crt'
Import-ExchangeCertificate -Path c:\exchange.comodo.com.crt |
Enable-ExchangeCertificate -Services SMTP
The 'Services' flag sets which services the certificate is enabled for.
Valid options include:
SMTP
IMAP
POP
IIS
Note: Once you have installed the site certificate you
will need to follow the procedure outlined in "UCC Root and Intermediate
Certificate installation" with the other files that you have been sent
in order to complete the installation
For more information on the Office Communications Server 2007
Certificate Wizard and installing certificates for Office Communications
Server, see the
deployment documentation
available on the Office Communications Server 2007 Technical Library
|