orchestrator
2020.10
false
- Getting started
 - Best practices
 - Tenant
 - Actions
 - Folders Context
 - Automations
 - Processes
 - Jobs
 - Triggers
 - Logs
 - Monitoring
 - Queues
 - Assets
 - Storage Buckets
 - Test Suite - Orchestrator
 - Action Catalogs
 - Profile
 - System Administrator
 - Identity Server
 - Authentication
 - Other Configurations
 - Integrations
 - Classic Robots
 - Troubleshooting
 

OUT OF SUPPORT
Orchestrator User Guide
Last updated Dec 12, 2023
Self-signed certificates are a way to secure your data by encrypting the SAML response when using single-sign on authentication. Below you can find an example of generating and using self-signed certificates in OKTA.
There are multiple software applications which allow you to generate self-signed certificates, such as OpenSSL, MakeCert, IIS, Pluralsight or SelfSSL. For this example, we use MakeCert. In order to make a self-signed certificate with a private key, run the following commands from the Command Prompt:
makecert -r -pe -n “CN=UiPath” -e 01/01/2019 -sky exchange -sv makecert.pvk makecert.cerC:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\pvk2pfx.exe” -pvk makecert.pvk -spc makecert.cer -pfx makecert.pfx