]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2784] Moved code-blocks to ini
authorFrancis Dupont <fdupont@isc.org>
Mon, 13 Mar 2023 15:17:25 +0000 (16:17 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 16 Mar 2023 12:15:45 +0000 (13:15 +0100)
doc/sphinx/arm/security.rst

index f2b63270dd3f4e729c538fc35b44c2267a009fc2..4dbe4f00a8ded36e01f6ba394ae2e2c811061324 100644 (file)
@@ -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