robot
2024.10
false
- 入门指南
- 了解 UiPath Robot
- 安装要求
- 为 Unattended 自动化任务安装机器人
- 为 Unattended 自动化配置机器人
- 为 Attended 自动化安装机器人
- 为 Attended 自动化配置机器人
- 集成
- 监管
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

机器人管理员指南
上次更新日期 2025年9月10日
包签名是 NuGet 包用于验证其来源是否可信的工具。此验证使用证书完成,该证书有助于确认已颁发或创建包的实体的身份。
启用证书检查时,UiPath 会验证使用的包是否来自经批准的作者或允许的存储库,从而通过确保仅使用可靠的包来增强部署的安全性。
验证模式参数
signatureValidationMode
的值决定可以安装的包类型。
-
如果使用
accept
,则可以安装已签名和未签名的包。 -
如果使用
require
,则只有当签名详细信息与NuGet.config
文件的<trustedSigners>
部分中的签名详细信息匹配时,才能安装包。
在 Robot 2021.2 版本之前,在安装过程中,
NuGet.config
文件将自动填充某些配置:
-
signatureValidationMode
,设置为accept
-
UiPath™ 会被列为受信任的签名者
In Robot versions 2021.2 and later, you are encouraged to make a conscious choice, so these settings are not automatically populated. To continue using the package signature feature, you need to manually edit the
NuGet.config
file and add the signatureValidationMode
parameter, and list UiPath as a trusted source.
重要提示:
-
如果使用
NuGet.org
订阅源,请将其同时添加到accept
和require
验证模式,因为 NuGet 会宣布整个存储库已签名。 -
如果您不想使用包签名验证,请确保从
NuGet.config
文件中删除<trustedSigners>
标签。