The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply. |
This page guides you through configuring the agent to work with an RPA Console that uses a private SSL certificate. Before you begin, ensure the following conditions are met:
certificate.cer
.This process consists of these three steps: creating the custom keystore for your agent, creating the .l4j.ini
configuration file, and starting the agent. These tasks are typically performed by system administrators or engineers who are responsible for maintaining a secure and reliable IT infrastructure.
your-custom-domain.com
with your actual custom domain name.
1
2
set CERT_FILEPATH=path\to\certificate.cer
set HOSTNAME="your-custom-domain.com"
password
with the actual password for your keystore.
1
keytool -importcert -file %CERT_FILEPATH% -keystore KeyStore.jks -alias %HOSTNAME% -storepass password -noprompt
KeyStore.jks
file in the same directory as your RPA agent executable.AppianRPAagent.l4j.ini
.password
with the actual password of your keystore.
1
2
-Djavax.net.ssl.trustStore=full/path/to/KeyStore.jks
-Djavax.net.ssl.trustStorePassword=password
Start the agent by double-clicking the executable file.
Configure the Agent for Private SSL on Windows