mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
The previous SSL enablement patches do make uses of these options but they are still marked as Unused. Change this and also update the db/config.hh documentation accordingly. Syntax is now: client_encryption_options: enabled: true certificate: <path-to-PEM-x509-cert> (default conf/scylla.crt) keyfile: <path-to-PEM-x509-key> (default conf/scylla.key) Fixes: #756. Signed-off-by: Benoît Canet <benoit@scylladb.com> Message-Id: <1452032073-6933-1-git-send-email-benoit@scylladb.com>