Skip to content

Instantly share code, notes, and snippets.

@zznate
Last active September 21, 2015 18:51
Show Gist options
  • Save zznate/ddaafedcf6cc3058307d to your computer and use it in GitHub Desktop.
Save zznate/ddaafedcf6cc3058307d to your computer and use it in GitHub Desktop.
#
server_encryption_options:
internode_encryption: all
keystore: conf/server-keystore.jks
keystore_password: awesomekeypass
truststore: conf/server-truststore.jks
truststore_password: truststorepass
protocol: TLS
algorithm: SunX509
store_type: JKS
cipher_suites: [TLS_RSA_WITH_AES_256_CBC_SHA]
require_client_auth: true
# enable or disable client/server encryption.
client_encryption_options:
enabled: false
keystore: conf/client-keystore.jks
keystore_password: clientkeypass
require_client_auth: true
truststore: conf/client-truststore.jks
truststore_password: clienttrustpass
protocol: TLS
algorithm: SunX509
store_type: JKS
cipher_suites: [TLS_RSA_WITH_AES_256_CBC_SHA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment