scylladb / scylla-bench

43 stars 36 forks source link

main.go: add more TLS options #43

Closed dkropachev closed 3 years ago

dkropachev commented 3 years ago
Adds:
  -tls-server-name option to enable server hostname verfication
  -tls-host-verification option to enable server hostname and certificate verification
  -tls-ca-cert-file option to enable server certificate verification
  -tls-client-cert-file option to enable client certificate specification
  -tls-client-key-file option to enable client key specification

Refs: #37
dkropachev commented 3 years ago

@mmatczuk , could you please merge it ?