diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-12 15:48:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-12 15:48:42 +0200 |
commit | 8985141464f70c0cbcaa569fea6abb54642f003f (patch) | |
tree | 1856e063c4f098002fbb96f496839b0a167d33b5 /doc/omrelp.html | |
parent | 63d0d895a2ed1d0b04508d9cc645791f063607ac (diff) | |
download | rsyslog-8985141464f70c0cbcaa569fea6abb54642f003f.tar.gz rsyslog-8985141464f70c0cbcaa569fea6abb54642f003f.tar.bz2 rsyslog-8985141464f70c0cbcaa569fea6abb54642f003f.zip |
omrelp: add capability to directly specify GnuTLS priority string
Diffstat (limited to 'doc/omrelp.html')
-rw-r--r-- | doc/omrelp.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/omrelp.html b/doc/omrelp.html index 39f253bd..a44ec319 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -42,6 +42,19 @@ must be used. increases CPU use, the network bandwidth should be reduced. Note that typical text-based log records usually compress rather well. </li> + <li><b>tls.prioritystring</b> (not mandatory, string)<br> + This parameter permits to specify the so-called "priority string" to + GnuTLS. This string gives complete control over all crypto parameters, + including compression setting. For this reason, when the prioritystring + is specified, the "tls.compression" parameter has no effect and is + ignored. + <br>Full information about how to construct a priority string can be + found in the GnuTLS manual. At the time of this writing, this + information was contained in + <a href="http://gnutls.org/manual/html_node/Priority-Strings.html">section 6.10 of the GnuTLS manual</a>. + <br><b>Note: this is an expert parameter.</b> Do not use if you do + not exactly know what you are doing. + </li> </ul> <p><b>Sample:</b></p> <p>The following sample sends all messages to the central server |