Note
Starting from Xray version 3.105 and above, no additional self-signed certificate configuration is required for JAS. It will automatically inherit the settings from Xray if necessary.
Copy the ca certificate in pem base64 format to the $XRAY_HOME/var/etc/security/trusted
folder.
Update the Xray system.yaml
file with the following information. For more information, see Xray System YAML.
executionService: platformCertificatePath: "/path/to/certificate.pem"