Skip to content

Commit 106258d

Browse files
authored
TCM: fix example in the http.tls.cipher-suites option (#5454)
Fixes #5453
1 parent 95d1c9f commit 106258d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/tooling/tcm/tcm_configuration_reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,10 @@ The ``http`` group defines parameters of HTTP connections between |tcm| and clie
693693

694694
The example below shows how to configure cipher suites:
695695

696-
.. code-block:: yaml
696+
.. code-block:: yaml
697697
698698
http:
699+
tls:
699700
cipher-suites:
700701
- TLS_AES_256_GCM_SHA384
701702
- TLS_AES_128_GCM_SHA256

0 commit comments

Comments
 (0)