Skip to content

Commit 739976c

Browse files
authored
Add ssl_ciphers argument for tt cluster (#4166)
Resolves #3933
1 parent 8574c52 commit 739976c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/reference/tooling/tt_cli/cluster.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ A URI of the cluster configuration storage has the following format:
126126
* ``ssl_cert_file`` -- a path to an SSL certificate file.
127127
* ``ssl_ca_file`` -- a path to a trusted certificate authorities (CA) file.
128128
* ``ssl_ca_path`` -- a path to a trusted certificate authorities (CA) directory.
129+
* ``ssl_ciphers`` -- a colon-separated (``:``) list of SSL cipher suites the connection can use (for Tarantool-based storage only).
129130
* ``verify_host`` -- verify the certificate’s name against the host. Default ``true``.
130131
* ``verify_peer`` -- verify the peer’s SSL certificate. Default ``true``.
131132

0 commit comments

Comments
 (0)