You can now use the newly created keystore to switch RMI communication between PPM server components to SSL encryption. To do this, the following commands need to be executed in ARIS PPM Cloud Controller.
stop ppm_core
reconfigure ppm_core ssl.enabled="true" ssl.keystorefile="<path to keystore file>" ssl.keystorepassword="<keystorepassword>"
start ppm_core
Communication between the PPM client and PPM server can be secured using a load balancer as described in the Safe communication channels chapter.