Secured CLI JSON template

The Secured CLI JSON template, found in the config.prod.properties.secured.json file, is integral to the silent installation process outlined in Installation Flow of the RPA CLI installation. This file, generated in the installation flow, contains critical settings for installation, configuration, and file security.

Refer to the detailed descriptions for each parameter to understand its purpose and usage. The provided information serves as a helpful guide, and it is recommended to follow the outlined instructions without making unnecessary changes.

While we do not advise making changes to these parameters, you have the flexibility to do so at your own discretion. Please be aware that modifying these settings may result in a lack of support. Proceed with caution.

  • The default CLI command parameter descriptions apply to typical and common use cases. In most scenarios, you don't have to make any changes to achieve functionality. Advanced users and special cases may need custom configurations not covered in this topic. Ensure you review your specific requirements before making any changes to parameters outside of the defaults.

  • By default, all passwords are set to a random string that you can change to human-readable passwords. Changing the passwords for third-party applications will make them easier to remember when you log into their user interface.

  • When a parameter name is enclosed by dollar signs ($), the system automatically populates it with the information from the parameter that it is referred to. Specifically, any text or value between the dollar signs will be interpreted as a reference to another parameter, and its content will be used to fill in the referenced parameter. In the following example, $RABBITMQ_USER$ will be replaced with the user details from the parameter: RABBITMQ_USER.

Next step:

After making the necessary changes, return to the Silent Installation to continue the RPA installation.