ssl-util.properties
Summary
This file contains parameters for the SSL module. This module helps to build up encrypted connections.
| Parameter | Domain | Default value | Description |
|---|---|---|---|
| core.remoting.rmi.client.ssl.enabled | Boolean | false | Enables SSL encryption for outgoing RMI calls. |
| core.remoting.rmi.server.ssl.enabled | Boolean | false | Enables SSL encryption for incoming RMI calls. |
| keystore settings | Settings to access the applications own keystore. | ||
| ssl.keystore.source | String | ||
| ssl.keystore.password_encrypted | String | ||
| ssl.keystore.resource.location | String | config:server.keystore | |
| ssl.keystore.keypassword_encrypted | String | ||
| truststore settings | Settings to access the applications own truststore. | ||
| ssl.truststore.source | String | ||
| ssl.truststore.password_encrypted | String | ||
| ssl.truststore.resource.location | String | config:client.keystore | |