首页 > 其他 > 详细

Exchange Server修复证书

时间:2016-06-29 11:32:53      阅读:325      评论:0      收藏:0      [点我收藏+]

 在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修复证书

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!