2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#3927] updated documentation

This commit is contained in:
Razvan Becheriu
2025-07-09 18:19:33 +03:00
parent ad5a10aada
commit 1cfc415b7a
2 changed files with 5 additions and 1 deletions

View File

@@ -101,3 +101,5 @@ Currently the support for each database is:
- PostgreSQL supports the whole set, except ``cipher-list``, additional
configuration must be done in the client library (libpq). Anything else must
be done in the PostgreSQL local configuration.
For more details about securing the database connection, see :ref:`sec-database-connection`.

View File

@@ -357,6 +357,8 @@ Limiting user permission to read or write the Kea configuration file is an impor
``config-write`` command) to the same directory as the config file used
when starting Kea (passed as a ``-c`` argument).
.. _sec-database-connection:
Securing Database Connections
-----------------------------
@@ -371,7 +373,7 @@ in the configuration file.**
Depending on the database configuration, it is also possible to verify whether the system user matches the
database username. Consult the MySQL or PostgreSQL manual for details.
Kea supports client TLS settings for MySQL database and it must be
Kea supports client SSL/TLS settings for MySQL database and it must be
configured explicitly for all used connections (configuration,
reservations, leases, forensic logging).