You configure RMI servers (applications server and Print Server) by adding the following to the JVM startup parameters (shell script files in UNIX servers) or JVMOption Windows registry entries (Windows servers).
-Djavax.net.ssl.keyStore=KEYSTORE_LOCATION -Djavax.net.ssl.keyStorePassword=PASSWORD -Djavax.net.ssl.trustStore=TRUSTSTORE_LOCATION
Explanation of parameter values:
KEYSTORE_LOCATION is the absolute path of keystore where you installed the signed certificate.
PASSWORD is the password of the keystore where you installed the signed certificate.
TRUSTSTORE_LOCATION is the location of the keystore where you installed the root certificate of the CA that signed the certificate.
The registry location for adding these parameters as string values:
Application Server: HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\FinancialReporting0\HyS9FRReports
Print Server: HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\FinancialReporting\FRPrintService