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/man
diff options
context:
space:
mode:
authorAndris Mednis <Andris.Mednis@zabbix.com>2020-03-13 16:16:56 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2020-03-13 17:56:09 +0300
commit5a35824a6e3d9346791ec441ca094a4d14b86286 (patch)
tree5734034e849e1a153df22d197811537c3621709b /man
parent25250c2025dd4c6ae94d6dd28d0dbf86d0b8f668 (diff)
...G...PS. [ZBXNEXT-3604] added support of user configurable ciphers for communication between Zabbix components
* commit '235dcc22f50807a23e941fbece8600c408adcd86': ...G...PS. [ZBXNEXT-3604] fixed compilation of zabbix_js.c ...G...PS. [ZBXNEXT-3604] added support of user configurable ciphers for communication between Zabbix components (cherry picked from commit 26904ff225c1c418bf2ee1d630268e5766d14f6e)
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_get.man14
-rw-r--r--man/zabbix_sender.man38
2 files changed, 50 insertions, 2 deletions
diff --git a/man/zabbix_get.man b/man/zabbix_get.man
index 248f5ab2cb6..fe811500ce6 100644
--- a/man/zabbix_get.man
+++ b/man/zabbix_get.man
@@ -33,7 +33,7 @@
.
. hy \\n(HY
..
-.TH ZABBIX_GET 1 "2019\-01\-29" Zabbix
+.TH ZABBIX_GET 1 "2020\-02\-29" Zabbix
.SH NAME
zabbix_get \- Zabbix get utility
.SH SYNOPSIS
@@ -65,6 +65,10 @@ zabbix_get \- Zabbix get utility
.IR cert\-file
.B \-\-tls\-key\-file
.IR key\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.BI \-k " item\-key"
.br
.B zabbix_get \-s
@@ -79,6 +83,10 @@ zabbix_get \- Zabbix get utility
.IR PSK\-identity
.B \-\-tls\-psk\-file
.IR PSK\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.BI \-k " item\-key"
.br
.B zabbix_get \-h
@@ -132,6 +140,10 @@ Full pathname of a file containing the private key.
PSK\-identity string.
.IP "\fB\-\-tls\-psk\-file\fR \fIPSK\-file\fR"
Full pathname of a file containing the pre-shared key.
+.IP "\fB\-\-tls\-cipher13\fR \fIcipher\-string\fR"
+Cipher string for OpenSSL 1.1.1 or newer for TLS 1.3. Override the default ciphersuite selection criteria. This option is not available if OpenSSL version is less than 1.1.1.
+.IP "\fB\-\-tls\-cipher\fR \fIcipher\-string\fR"
+GnuTLS priority string (for TLS 1.2 and up) or OpenSSL cipher string (only for TLS 1.2). Override the default ciphersuite selection criteria.
.IP "\fB\-h\fR, \fB\-\-help\fR"
Display this help and exit.
.IP "\fB\-V\fR, \fB\-\-version\fR"
diff --git a/man/zabbix_sender.man b/man/zabbix_sender.man
index 3c433a79c69..5245928d15d 100644
--- a/man/zabbix_sender.man
+++ b/man/zabbix_sender.man
@@ -33,7 +33,7 @@
.
. hy \\n(HY
..
-.TH ZABBIX_SENDER 1 "2020\-02\-11" Zabbix
+.TH ZABBIX_SENDER 1 "2020\-02\-29" Zabbix
.if n .ad l
.SH NAME
zabbix_sender \- Zabbix sender utility
@@ -128,6 +128,10 @@ zabbix_sender \- Zabbix sender utility
.I cert\-file
.B \-\-tls\-key\-file
.I key\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.B \-k
.I key
.B \-o
@@ -157,6 +161,10 @@ zabbix_sender \- Zabbix sender utility
.I cert\-file
.B \-\-tls\-key\-file
.I key\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.RB [ \-T ]
.RB [ \-N ]
.RB [ \-r ]
@@ -189,6 +197,10 @@ zabbix_sender \- Zabbix sender utility
.I cert\-file
.B \-\-tls\-key\-file
.I key\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.B \-k
.I key
.B \-o
@@ -220,6 +232,10 @@ zabbix_sender \- Zabbix sender utility
.I cert\-file
.B \-\-tls\-key\-file
.I key\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.RB [ \-T ]
.RB [ \-N ]
.RB [ \-r ]
@@ -242,6 +258,10 @@ zabbix_sender \- Zabbix sender utility
.I PSK\-identity
.B \-\-tls\-psk\-file
.I PSK\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.B \-k
.I key
.B \-o
@@ -263,6 +283,10 @@ zabbix_sender \- Zabbix sender utility
.I PSK\-identity
.B \-\-tls\-psk\-file
.I PSK\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.RB [ \-T ]
.RB [ \-N ]
.RB [ \-r ]
@@ -287,6 +311,10 @@ zabbix_sender \- Zabbix sender utility
.I PSK\-identity
.B \-\-tls\-psk\-file
.I PSK\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.B \-k
.I key
.B \-o
@@ -310,6 +338,10 @@ zabbix_sender \- Zabbix sender utility
.I PSK\-identity
.B \-\-tls\-psk\-file
.I PSK\-file
+.RB [ \-\-tls\-cipher13
+.IR cipher\-string ]
+.RB [ \-\-tls\-cipher
+.IR cipher\-string ]
.RB [ \-T ]
.RB [ \-N ]
.RB [ \-r ]
@@ -456,6 +488,10 @@ Full pathname of a file containing the private key.
PSK\-identity string.
.IP "\fB\-\-tls\-psk\-file\fR \fIPSK\-file\fR"
Full pathname of a file containing the pre-shared key.
+.IP "\fB\-\-tls\-cipher13\fR \fIcipher\-string\fR"
+Cipher string for OpenSSL 1.1.1 or newer for TLS 1.3. Override the default ciphersuite selection criteria. This option is not available if OpenSSL version is less than 1.1.1.
+.IP "\fB\-\-tls\-cipher\fR \fIcipher\-string\fR"
+GnuTLS priority string (for TLS 1.2 and up) or OpenSSL cipher string (only for TLS 1.2). Override the default ciphersuite selection criteria.
.IP "\fB\-v\fR, \fB\-\-verbose\fR"
Verbose mode, \fB\-vv\fR for more details.
.IP "\fB\-h\fR, \fB\-\-help\fR"