The table describes the security-related system properties in the geode.properties
file for native client authentication and authorization.
security-client-dhalgo |
Returns the Diffie-Hellman secret key cipher algorithm. |
security-client-kspath |
Path to a .pem file, which contains the public certificates for all VMware GemFire cache servers to which the client can connect through specified endpoints. |
ssl-enabled |
True if SSL connection support is enabled. |
ssl-keystore |
Name of the .pem keystore file, containing the client’s private key. Not set by default. Required if ssl-enabled is true. |
ssl-keystore-password |
Sets the password for the private key PEM file for SSL. |
ssl-truststore |
Name of the .pem truststore file, containing the servers’ public certificate. Not set by default. Required if |