Installing the certificate manually
The IBM RPA installer automatically installs the certificate on your computer. However, you can also install the certificate manually if you are experiencing errors with your certificate, or if you are registering your computer to a new tenant.
About this task
You might need to install your certificate manually if:
- You did not specify the Tenant code during the installation
- You have recently changed your tenant
- You have changed from one region to another
- The current certificate is invalid or corrupted
- You are experiencing errors when trying to run scheduled bots
Before you begin
- Your user must have permissions to manage computers (Business operator role by default).
- Your Windows user needs administrator rights.
Procedure
Follow the procedure below to install a certificate:
Getting the computer's hostname
- Open the Windows command prompt or PowerShell.
- Type
hostname
and copy the output.
Downloading and installing the certificate
-
Log in to the IBM RPA Control Center.
-
Click the Computers page under the Define section, and search for the computer's hostname.
- If you can't find your computer, see the Procedure for creating a computer to create your computer.
-
Back to the Computers page, select the computer that you want and click the vertical ellipsis button ⋮ > Download certificate.
For versions older than IBM RPA 20.12: Click the vertical ellipsis button ⋮ > Download certificate (Legacy).
Important:Starting from version 23.0.10, you can no longer download legacy certificates. If you are experiencing problems with the certificate, update IBM RPA to a newer version. -
Double-click the downloaded certificate to install it.
Silent install
Alternatively, you can run a silent installation of the certificate using either the Command Prompt or Windows PowerShell:
-
Open your terminal of choice.
-
Navigate to the directory that contains the certificate file:
cd C:\Path\to\the\directory
-
Run the file with the following command:
.\CERTIFICATE_FILE_NAME /s
Remember to replace
CERTIFICATE_FILE_NAME
with the name of the certificate file with its extension.
Result
You get a notification indicating that the certificate was installed successfully.