|
Property Name
|
Attributes of the Property
|
Value
|
Type
|
|---|---|---|---|
|
wt.rmi.secure.args
|
wt.rmi.secure
|
Default value is False. For secured RMI configuration, you must set the value of this attribute to True.
|
Mandatory
|
|
javax.net.ssl.keyStore
|
This is the keystore path.
|
Mandatory
|
|
|
javax.net.ssl.keyStorePassword
|
This is the keystore password.
|
Mandatory
|
|
|
javax.net.ssl.keyStoreType
|
This is the keystore type.
|
Mandatory
|
|
|
javax.net.ssl.trustStore
|
This is the truststore path.
|
Mandatory
|
|
|
javax.net.ssl.trustStorePassword
|
This is the truststore password.
|
Mandatory
|
|
|
javax.net.ssl.trustStoreType
|
This is the truststore type.
|
Mandatory
|
|
|
wt.rmi.provider
|
This is the RMI provider. For example: SunJSSE and BCJSSE.
|
Optional
|
|
|
wt.rmi.algorithm
|
This is the algorithm used. For example: PKIX and SunX509.
|
Optional
|
|
|
javax.rmi.ssl.client.enabledCipherSuites
|
This is value of the Cipher to be configured. For example: TLS_AES_256_GCM_SHA384.
|
Optional
|
|
|
jdk.tls.server.protocols
|
This is the secure TLS version for configuring the server. Default value is TLSv1.2.
|
Optional
|
|
|
jdk.tls.client.protocols
|
This is the secure TLS version for configuring the client. Default value is TLSv1.2.
|
Optional
|
|
|
wt.rmi.serverSocketFactory
|
wt.boot.WTRMIMasterSocketFactory
|
Mandatory
|
|
|
For cluster setup, make sure that the keystore contains private key, public certificate and certificate chain for all the nodes. Similarly, the truststore must contain trusted CA certificate and optional peer certificates for all the nodes.
|