How to Grant permission to user on Certificate private key using powershell?

前端 未结 5 1058
感动是毒
感动是毒 2020-12-03 04:45

Certificate is already installed on machine. Now I want to give read permission on PrivateKey of Certificate to application user.

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-03 05:11

    As an alternate to above script. You can use PowerShell module. I have not tried it myself but module looks good. http://get-carbon.org/index.html

    Here is command to set permissions http://get-carbon.org/Grant-Permission.html

提交回复
热议问题