diff options
author | Francis Dupont <fdupont@isc.org> | 2022-06-06 16:37:54 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-06-23 17:31:14 +0200 |
commit | fe4ed959dbec330a4bc5fdb11860992531ace733 (patch) | |
tree | f297bd51712229562e277de7acf93d9ea691463b | |
parent | [#1706] Added restrict-commands feature (diff) | |
download | kea-fe4ed959dbec330a4bc5fdb11860992531ace733.tar.xz kea-fe4ed959dbec330a4bc5fdb11860992531ace733.zip |
[#1706] Version 2.2.0 -> 2.1.7
-rw-r--r-- | doc/sphinx/arm/hooks-ha.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index 3f19626b45..9fa842e800 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -226,10 +226,10 @@ client certificate in Client-Server communication. It does not affect communication between HA peers at the client side, see below for the server side. -Before Kea 2.2.0 using HTTPS in HA setup requires use of Control Agent +Before Kea 2.1.7 using HTTPS in HA setup requires use of Control Agent on all peers. (See :ref:`tls` for Control Agent TLS configuration). -Since Kea 2.2.0 the HTTPS server side is supported: +Since Kea 2.1.7 the HTTPS server side is supported: - the peer entry for the server name is used for the TLS setting. @@ -237,7 +237,7 @@ Since Kea 2.2.0 the HTTPS server side is supported: are required and verified, i.e. like ``cert-required``. It defaults to true and is a HA config (vs peer config) parameter. -Kea 2.2.0 adds to a new security feature with the ``restrict-commands`` +Kea 2.1.7 adds to a new security feature with the ``restrict-commands`` HA config parameter: when it is configured to ``true`` (default is ``false``) commands which are not used by the hook are rejected. |