如何解决更新证书、或者创建SSL证书的时候显示“无法生成证书请求,拒绝访问”等提示信息

来源:互联网 发布:手机版解压软件 编辑:程序博客网 时间:2024/05/16 01:36

直觉告诉我应该是权限问题,搜索了一下,微软网站找到答案

Collapse imageRESOLUTION

To resolve this issue, grant the administrator account Full Control on all files and subfolders in the MachineKeys folder. To do this, follow these steps:
  1. Click Start, click Run, type "\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\", and then click OK.
  2. Right-click MachineKeys, and then click Properties.
  3. On the Security tab, click Administrator or click the administrator group account you want, click to select the check box to enable Full Control permissions, and then click OK.

C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys

就吧这个文件夹的权限设置Administrator(如果你登陆的用户是其他,请填写这个用户名)完全控制即可

0 0
原创粉丝点击