From 051d72a7ee761393e67abd41ff9e30b58765ca39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 1 Jul 2022 15:10:52 +0200 Subject: [PATCH] Clarify and hyperlink tls_id definition (cherry picked from commit 6f754dae20fea15c4281c4c69fb355e0379af20c) --- doc/arm/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index b60945a3a7..52364cbd23 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -282,7 +282,7 @@ file documentation: A list of one or more :term:`ip_address`, :term:`netprefix`, :term:`server_key`, or :term:`acl_name` elements; see :ref:`address_match_lists`. ``remote-servers`` - A named list of one or more :term:`ip_address` s with optional ``tls_id``, :term:`server_key`, and/or :term:`port`. A ``remote-servers`` list may include other ``remote-servers`` lists. See :any:`primaries` block. + A named list of one or more :term:`ip_address` s with optional :term:`tls_id`, :term:`server_key`, and/or :term:`port`. A ``remote-servers`` list may include other ``remote-servers`` lists. See :any:`primaries` block. ``domain_name`` A quoted string which is used as a DNS name; for example: ``my.test.domain``. @@ -314,7 +314,7 @@ file documentation: :namedconf:ref:`key` blocks. ``tls_id`` - A string representing a TLS configuration object, including a key and certificate. + A name of TLS configuration object which defines TLS key and certificate. See :any:`tls` block. ``number`` A non-negative 32-bit integer (i.e., a number between 0 and 4294967295, inclusive). Its acceptable value might be further limited by the context in which it is used.