Link to home
Start Free TrialLog in
Avatar of stillsyra
stillsyra

asked on

Exchange 2007 Enable-ExchangeCertificate PrivateKeyMissing SSL Certificate

We have an Exchange 2007 server with SP3, on Windows Server 2008 R2. Currently, it has SSL servertificate from GoDaddy for Outlook web mail, and the SSL SAN doesn't include autodiscover. I'm trying to add autodiscover to the SAN. Talked to GoDaddy support and was told to just add the autodiscover to the SAN, and it generated another certificate. Followed the instruction http://community.godaddy.com/help/article/4877?locale=en to install the certificate. At the last step, Enable-ExchangeCertificate, I got error:

[PS] C:\Windows\system32>Enable-ExchangeCertificate -Thumbprint FD5058D6AD58AA4C53054981C399B36EE64E33A0 -Services "SMTP, POP, IMAP, IIS"
Enable-ExchangeCertificate : The certificate with thumbprint FD5058D6AD58AA4C53054981C399B36EE64E33A0 was found but is not valid for use with Exchange Server (reaso
n: PrivateKeyMissing).
At line:1 char:27
+ Enable-ExchangeCertificate <<<<  -Thumbprint FD5058D6AD58AA4C53054981C399B36EE64E33A0 -Services "SMTP, POP, IMAP, IIS"
    + CategoryInfo          : NotSpecified: (:) [Enable-ExchangeCertificate], CertificateNotValidForExchangeException
    + FullyQualifiedErrorId : F2791AD5,Microsoft.Exchange.Management.SystemConfigurationTasks.EnableExchangeCertificate

Called GoDaddy again, and they said that I should remove the current certificate from the server, generate a certificate signing request, re-key the certificate, and install the certifcate again on ther server.

I don't want to interrupt the usage for the web mail at the time right now. Is there a way to do that?

Also, when i ran Get-ExchangeCertificate, it returned "IP, WS" as services. What do they stand for?

[PS] C:\Windows\system32>get-exchangecertificate

Thumbprint                                Services  
----------                                --------  
CAC9E02A6E4AA0560F514F4B2CC72BD42252AA06  IP.WS    

I appreciate your help.
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon 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
Avatar of stillsyra
stillsyra

ASKER

Thanks for the quick reply Akhater. Just want to be clear, do I need to remove the current SSL first? If so, will there be any interruption for users? Thanks!
no you don't need to remove the current, just create a new request and rekey it at go daddy

download the new and import it in exchange

then enable the new one for the services no one will be stopped
I just import and enabled the new certificate successfully. Thanks Akhater for your help.