AI Center
2021.10
False
横幅背景图像
AI Center 安装指南
上次更新日期 2024年3月11日

更新 Orchestrator 和 Identity Server 证书

1. 导出 Orchestrator 证书

背景信息

要更新 Orchestrator 证书,您首先需要使用浏览器导出证书。

程序

  1. 打开证书,转到“证书路径”选项卡,然后选择第一个证书。单击“查看证书”。如果只有一个证书,只需选择它。


  2. 显示根证书后,转到“详细信息”选项卡,然后单击“复制到文件”。


    注意:确保证书为 base64 和 cer 格式。
  3. 使用您选择的名称保存,然后将其发送到 AI Center™ 计算机。

    生成的文件应类似于以下示例。

    -----BEGIN CERTIFICATE----- 
    certificate
    base64
    encoded
    -----END CERTIFICATE----------BEGIN CERTIFICATE----- 
    certificate
    base64
    encoded
    -----END CERTIFICATE-----
  4. 将证书内容编码为 Base64。为此,请为 Linux Bash Shell 或 Windows PowerShell 运行以下命令:
    Linux Bash:
    [root@server0 UiPath_Installer]# ORCHESTRATOR_CERT_FILE_CONTENT=$(base64 -i /full/path/to/full_orch.cer )
    [root@server0 UiPath_Installer]# ORCHESTRATOR_CERT_FILE_CONTENT=$(echo ${ORCHESTRATOR_CERT_FILE_CONTENT} | sed -e 's/[[:space:]]//g')
    
    Windows PowerShell:
    [root@server0 UiPath_Installer]# echo $ORCHESTRATOR_CERT_FILE_CONTENT[convert]::ToBase64String((Get-Content -path "\full\path\)    o\full_orch.cer" -Encoding byte))[convert]::ToBase64String((Get-Content -path "\full\path\    o\full_orch.cer" -Encoding byte))Linux Bash:
    [root@server0 UiPath_Installer]# ORCHESTRATOR_CERT_FILE_CONTENT=$(base64 -i /full/path/to/full_orch.cer )
    [root@server0 UiPath_Installer]# ORCHESTRATOR_CERT_FILE_CONTENT=$(echo ${ORCHESTRATOR_CERT_FILE_CONTENT} | sed -e 's/[[:space:]]//g')
    
    Windows PowerShell:
    [root@server0 UiPath_Installer]# echo $ORCHESTRATOR_CERT_FILE_CONTENT[convert]::ToBase64String((Get-Content -path "\full\path\)    o\full_orch.cer" -Encoding byte))[convert]::ToBase64String((Get-Content -path "\full\path\    o\full_orch.cer" -Encoding byte))

2. 更新证书

背景信息

After you have prepared the certificate file, you can update the certificates. To update the certificates you need to access the ArgoCD application.

程序

  1. 转到 ArgoCD 应用程序
  2. 单击 UiPath 应用程序。


  3. 单击“应用程序详细信息”,然后转到“参数”菜单。


  4. 单击“编辑”并使用导出 Orchestrator 证书过程中生成的新证书更新 global.userInputs.aicenter.orchestratorCert 参数。如果需要,还可以更新 global.userInputs.aicenter.identityCert 参数。
  5. 返回到应用程序菜单,然后选择 aicenter 应用程序。


  6. 依次单击 ⁝ 和“删除”,删除 AI Center 应用程序中的 aicenter-external-certs


  7. 单击 AI Center 应用程序中的“同步”按钮。几分钟后,系统将重新创建 aicenter-external-certs 并更新证书。


  • 1. 导出 Orchestrator 证书
  • 背景信息
  • 程序
  • 2. 更新证书
  • 背景信息
  • 程序

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.