Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMartins Abele <martins.abele@zabbix.com>2020-02-21 13:10:02 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-02-24 11:46:16 +0300
commit908c93005f10ea0c90d14e2ddf76bb38701c9606 (patch)
treee0b88524a57c78ea1109358e2600abe6ad13d36e /conf
parent21f8a35b9319fc4fc55d756080a05304b7b1fad6 (diff)
.......PS. [ZBXNEXT-5641] changed error handling
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf4
-rw-r--r--conf/zabbix_server.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index 5c0b9529476..aba6694354c 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -765,8 +765,8 @@ StatsAllowedIP=127.0.0.1
# DBTLSKeyFile=
### Option: DBTLSCAFile
-# Full pathname of a file containing the top-level CA(s) certificates for
-# database server certificate verification.
+# The path name of the Certificate Authority (CA) certificate file.
+# MySQL: This option, if used, must specify the same certificate used by the server.
# Supported only for MySQL and Postgres
#
# Mandatory: no (yes, if DBTLSMode set to one of: verify_ca, verify_full)
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 861ac956cf6..6040bcb0a3a 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -749,8 +749,8 @@ StatsAllowedIP=127.0.0.1
# DBTLSKeyFile=
### Option: DBTLSCAFile
-# Full pathname of a file containing the top-level CA(s) certificates for
-# database server certificate verification.
+# The path name of the Certificate Authority (CA) certificate file.
+# MySQL: This option, if used, must specify the same certificate used by the server.
# Supported only for MySQL and Postgres
#
# Mandatory: no (yes, if DBTLSMode set to one of: verify_ca, verify_full)