class Builder
Cassandra\SSLOptions
builder allows fluent configuration of ssl options.
Methods
Cassandra\SSLOptions
build
( )Builds SSL options.
Adds a trusted certificate. This is used to verify node’s identity.
Disable certificate verification.
Cassandra\Set
client-side certificate chain.
This is used to authenticate the client on the server-side. This should contain the entire Certificate chain starting with the certificate itself.
Cassandra\Set
client-side private key. This is used to authenticate the client on the server-side.