码迷,mamicode.com
首页 > 其他好文 > 详细

Exchange Server修复证书

时间:2016-06-29 11:35:02      阅读:330      评论:0      收藏:0      [点我收藏+]

标签:exchange

 在Exchange Server2007上应用申请的SSL证书时报以下错误,提示PrivateKeyMissing

At line:1 char:27

技术分享


根据提示需要先修复证书才能应用成功,查到修复证书方法如下:

Repair Damaged Certificate Store:

1) Open MMC (Microsoft Management Console) to the Certificate Manager (Certificates Snap-in) for the Local Computer account.

2) Double-Click on the recently imported certificate (It will be missing the golden key).

3) Go to the Details tab.

4) Click on the Serial Number field and copy down that number. (Leave window open)

5) Open up the command prompt (DOS Prompt — CMD.exe)

6) Type: certutil -repairstore my “SerialNumber”( SerialNumber is that what was copied down in step 4.)

7) After running the command, go back to the MMC and right-click Certificates and select “Refresh”.

8) One should now see the golden key associated with the certificate.

9) Double-check in the Exchange Power Shell with: Get-ExchangeCertificate


如图:

技术分享



本文出自 “胡志冲” 博客,请务必保留此出处http://huzhichong.blog.51cto.com/4249363/1793879

Exchange Server修复证书

标签:exchange

原文地址:http://huzhichong.blog.51cto.com/4249363/1793879

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!