Link to home
Start Free TrialLog in
Avatar of Tahir-123
Tahir-123

asked on

Exchange 2010 Import Certificate Error

Error:
Cannot import certificate. A certificate with the thumbprint xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx already exists.

Exchange Management Shell command attempted:
Import-ExchangeCertificate -Server 'E-Server' -FileData '<Binary Data>'
Avatar of Glen Knight
Glen Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

You will need to remove the duplicate certificate first by running the following command in the Exchange Managenent Shell:

Remove-ExchangeCertificate -thumbprint <thumbprint>

See here for reference: http://technet.microsoft.com/en-us/library/aa997569.aspx
Avatar of Tahir-123
Tahir-123

ASKER


[PS] C:\Windows\system32>Remove-ExchangeCertificate -Thumbprint 76xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx8E

Confirm
Are you sure you want to perform this action?
Remove certificate with thumbprint 76xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx8E from the computer's certificate store?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): A
The certificate with thumbprint 7666554D80C570ABA825BBD7B48E126568676A8E was found but is not valid for use with Exchan
ge Server (reason: PrivateKeyMissing).
    + CategoryInfo          : NotSpecified: (:) [Remove-ExchangeCertificate], InvalidOperationException
    + FullyQualifiedErrorId : 780AD1AB,Microsoft.Exchange.Management.SystemConfigurationTasks.RemoveExchangeCertificat
   e
ASKER CERTIFIED SOLUTION
Avatar of Glen Knight
Glen Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Demazter,
i removed the certificate using MMC and assign it again using EMC Pending Certificate Request but still the status didn't chang to assign services.
When you completed the pending request did is say it was a success?

If so close and re-open the Exchange Console.  Any change?

Can you right click and select Assign Services?
It was completed and show success but i cann't assign the service even with right click after re-open EMC.
The Private Key was missed and we have fixed the problems