From 279f16f0f11da68a0311238a94fcdf6276ae639e Mon Sep 17 00:00:00 2001 From: Kseniia Antonova Date: Fri, 24 Oct 2025 16:29:02 +0300 Subject: [PATCH] TCM: fix example in the `http.tls.cipher-suites` option Fixes https://github.com/tarantool/doc/issues/5453 --- doc/tooling/tcm/tcm_configuration_reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tooling/tcm/tcm_configuration_reference.rst b/doc/tooling/tcm/tcm_configuration_reference.rst index 0b434bd2c..70904005b 100644 --- a/doc/tooling/tcm/tcm_configuration_reference.rst +++ b/doc/tooling/tcm/tcm_configuration_reference.rst @@ -693,9 +693,10 @@ The ``http`` group defines parameters of HTTP connections between |tcm| and clie The example below shows how to configure cipher suites: - .. code-block:: yaml + .. code-block:: yaml http: + tls: cipher-suites: - TLS_AES_256_GCM_SHA384 - TLS_AES_128_GCM_SHA256