Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge branch 'refactor-ssl-options'
Browse files Browse the repository at this point in the history
  • Loading branch information
OMI69-orange committed Nov 22, 2017
2 parents 08653b5 + ad3e055 commit 883ef3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/cassandra/templates/bin/cql-sh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -u # report the usage of uninitialized variables.
export LANG=en_US.UTF-8

exec chpst -u vcap:vcap \
env HOME=/home/vcap
env HOME=/home/vcap \
/var/vcap/packages/cassandra/bin/cqlsh \
--cqlshrc /var/vcap/jobs/cassandra/root/.cassandra/cqlshrc \
"$@"
2 changes: 1 addition & 1 deletion jobs/cassandra/templates/config/cassandra.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ request_scheduler: <%= p("request_scheduler") %>
internode_compression: <%= p("internode_compression") %>
inter_dc_tcp_nodelay: <%= p("inter_dc_tcp_nodelay") %>
server_encryption_options:
internode_encryption: <%= p("server_encryption.internode_encryption") %>
internode_encryption: <%= p("internode_encryption_mode") %>
keystore: /var/vcap/jobs/cassandra/config/certs/<%=spec.ip%>_cassandra.keystore
keystore_password: <%= p("cass_KSP") %>
truststore: /var/vcap/jobs/cassandra/config/certs/<%=spec.ip%>_cassandra.truststore
Expand Down

0 comments on commit 883ef3e

Please sign in to comment.