Home > 2007, Exchange > How to Trust the Default SSL Certificate in Exchange 2007

How to Trust the Default SSL Certificate in Exchange 2007

February 23rd, 2010 mmjp Leave a comment Go to comments

http://technet.microsoft.com/en-us/library/bb400931%28EXCHG.80%29.aspx

To perform the following procedure, the account you use must be delegated the Exchange View-Only Administrator role.

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to determine the thumbprint of the existing self-signed certificate

  • Run the following command:
    Get-ExchangeCertificate -DomainName mail1.contoso.com

To use the Exchange Management Shell to export a copy of the self-signed certificate

  • Run the following command:
    Export-ExchangeCertificate -Thumbprint 5113ae0233a72fccb75b1d0198628675333d010e -BinaryEncoded:$true -Path c:\certificates\export.pfx -Password:(Get-Credential).password

Categories: 2007, Exchange Tags:
  1. No comments yet.
  1. No trackbacks yet.