从命令行设置证书的读取权限
谁能指出我从命令行管理证书读取权限的正确方向?我正在编写我们的证书安装脚本,并且需要允许 NetworkService 访问“本地计算机\个人\证书”存储中的 2 个证书。
提前致谢
Can anyone point me in the right direction for managing read permissions for certificates from the command line? I'm scripting our certificate installation, and need to allow NetworkService to access 2 certificates in the "Local Computer\Personal\Certificates" store.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我这样做是为了授予我们的 Web 应用程序访问 Windows 中安装的证书的私钥的权限。
这是一个 powershell 脚本。它依赖于 Microsoft 的 FindPrivateKey.exe。
I've done that to grant a our web application access to a private key of a cert that was installed in windows.
Here's a powershell script. It relies on FindPrivateKey.exe from Microsoft.