如何将 PFX 文件中的证书安装到 NT-AUTHORITY\NetworkService 的个人容器中?

发布于 2024-11-01 14:36:43 字数 314 浏览 0 评论 0原文

我有一个 .PXF 文件,用于对我们的几个 .NET 程序集进行强命名。 VS2010/MSBUILD 似乎期望它位于运行 VS2010/MSBUILD 的用户帐户的个人容器中。当使用交互式用户帐户工作时,这一切都很好,但是当在构建代理上通过 TFS 2010 尝试自动构建时,构建代理使用的帐户(默认情况下)是 NT-AUTHORITY/NetworkService。

由于我无法以 NetworkService 身份登录交互式会话,因此我无法仅从交互式会话 shell 安装 PFX。

那么谁能告诉我如何在 NetworkService 帐户的个人证书存储中安装 PFX 证书?

I have a .PXF file used to strongly name several of our .NET assemblies. VS2010/MSBUILD seems to expect this to be in the personal container for the user account running VS2010/MSBUILD. This is all just fine and dandy when working in an interactive user account, but when atempting an automated build via TFS 2010 on the build agent the account used by the build agent (by default) is NT-AUTHORITY/NetworkService.

Since I cannot log in an interacive session as NetworkService I cant just install the PFX from an interactive sessions shell.

So can anyone tell me how I install a PFX certificate in the personal cert store of the NetworkService account?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终遇你 2024-11-08 14:36:43

答案由 Richard 转发自 serverfault

您需要打开网络服务证书存储,并且添加它。

开店:

  • 从开始|运行:mmc.exe
  • 文件 |添加/删除管理单元并选择证书,然后选择添加。
  • 当提示输入帐户类型时,选择服务帐户
  • 根据需要选择本地/远程计算机
  • 选择作为网络服务运行的任何服务
    (“远程过程调用 (RPC)”默认作为网络服务运行)
  • 完成向导并单击“确定”关闭添加/删除对话框。
  • 在适用的类别上右键单击并选择添加任务以查找导入等操作。

Answer Courtesey of Richard Reposed from serverfault

You need to open the Network Service certificate store, and add it.

To open the store:

  • From Start | Run: mmc.exe
  • File | Add/Remove Snapins and select Certificates then Add.
  • When prompted for the type of account select Service Account
  • Select local/remote computer as required
  • Select any service that's running as Network Service
    ("Remote Procedure Call (RPC)" run as Network Service by default)
  • Finish the wizard and OK to close the add/remove dialog.
  • On the applicable catrgory right click and select add tasks to find the import etc. operations.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文