Certificate Change
Certificate Change
2. Click on the server name on the left hand side and then double-click on Server Certificates
3. On the right-hand-side of the server certificates section, click on Create Certificate Request
1. Access the address for Web Enrollment of digital certification in the URL https:// <FQDN of the
CA Server> / CertSrv and click Request Certificate.
3. Open the request file in Notepad, select and copy the entire content.
4. Paste the contents of the file request that you created by the end of Part 1 in the Saved
Request text box. Select the Certificate Template: "Web Server"and click Submit.
5. The certificate will be generated. Click Download Certificate and save the certificate in a folder.
6. Check if the settings of the certificate are correct. In addition check if the option of private key is
present in the certificate.
5. Click Add.
Note: Do not remove the http binding especially when the same server is DDC as well.
6. Select https as type, select the SSL certificate from drop-down list and click OK.
Part 4 – Changing the thumbprint of the new certificate on uipath orchestrator
4. In a Notepad paste the script and replace inside the 2 values inside the quotes of
a1b2c3d4 and z6y5x4v3 with the Thumbprint of the certificate.
.\Platform.Configuration.Tool.ps1 `
-UpdateUiPathCertificate `
-SiteName "UiPath Orchestrator" `
-NewSSLThumbprint "a1b2c3d4" `
-NewTokenSigningThumbprint "z6y5x4v3"
Copy the script and paste it on the Command line and run it. This will automatically
replace the thumbprint for the Orchestrator and identity server and also reset the
server
5. Open the browser and check if the Orchestrator is accessible
6. Manual Certificate Change: Update the certificate thumbprint under AppSettings,
by replacing the Certificate_thumbprint with the new value in the C:\Program Files
(x86)\UiPath\Orchestrator\Identity\appsettings.Production.json .
"AppSettings": {
(.....)
"StoreLocation": {
"Name": "{Certificate_thumbprint},",