From: Francis Dupont Date: Mon, 13 Mar 2023 15:17:25 +0000 (+0100) Subject: [#2784] Moved code-blocks to ini X-Git-Tag: Kea-2.3.6~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c7f4ae1941d36070296228add84a0e9f4b578d;p=thirdparty%2Fkea.git [#2784] Moved code-blocks to ini --- diff --git a/doc/sphinx/arm/security.rst b/doc/sphinx/arm/security.rst index f2b63270dd..4dbe4f00a8 100644 --- a/doc/sphinx/arm/security.rst +++ b/doc/sphinx/arm/security.rst @@ -168,7 +168,7 @@ here ``default_conf``. So if the ``openssl_conf`` is not yet set please add at the beginning of the OpenSSL configuration file before the first section: -.. code-block:: +.. code-block:: ini openssl_conf = default_conf @@ -176,7 +176,7 @@ In the ``default_conf`` section the ``ssl_conf`` variable must be set to the name of the section which handles SSL/TLS defaults, for instance here ``ssl_sect``. -.. code-block:: +.. code-block:: ini [ default_conf ] ssl_conf = ssl_sect @@ -185,7 +185,7 @@ In the ``ssl_sect`` section the ``system_default`` variable must be set to the name of the section which handles system defaults, for instance here ``system_default_sect``. -.. code-block:: +.. code-block:: ini [ ssl_sect ] system_default = system_default_sect @@ -193,7 +193,7 @@ instance here ``system_default_sect``. In the ``system_default_sect`` section the ``MinProtocol`` variable must be set to the wanted minimal SSL/TLS version, for instance here ``TLSv1.2``. -.. code-block:: +.. code-block:: ini [ system_default_sect ] MinProtocol = TLSv1.2