https://github.com/phact/dse-security
https://github.com/phact/dse-security
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phact/dse-security
- Owner: phact
- Created: 2015-09-14T12:53:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T15:25:00.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T15:58:28.804Z (over 1 year ago)
- Language: Shell
- Size: 281 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dse-security
Make the file executable:
`sudo chmod +x client-to-node.sh`
Run `client-to-node.sh` to set up client to node encryption. This will guide you through setting up local keystore and truststores, editing config, and testing cqlsh --ssl.
###TODO:
`node-to-node.sh` should configure truststores to include all the node's public keys and enable node to node encryption in cassandra.yaml.
`spark-node-to-node.sh` should configure truststores to include all the node's public keys and enable spark ssl both in dse.yaml and in spark-defaults.conf.