From 127671fed1707e686e8d7b316b2641b663892fec Mon Sep 17 00:00:00 2001
From: Jan Gerhards
Date: Wed, 15 May 2013 10:47:54 +0200
Subject: doc: describe relp tls parameters
---
doc/imrelp.html | 5 ++++-
doc/omrelp.html | 9 ++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/doc/imrelp.html b/doc/imrelp.html
index 9f3e4875..bcf52414 100644
--- a/doc/imrelp.html
+++ b/doc/imrelp.html
@@ -28,12 +28,15 @@ nits outlined above, is a much more reliable solution than plain tcp
syslog and so it is highly suggested to use RELP instead of plain tcp.
Clients send messages to the RELP server via omrelp.
-Configuration Directives:
+Input Parameters:
- Ruleset <name>
Binds the specified ruleset to all RELP listeners.
- Port <port>
Starts a RELP server on selected port
+- tls (not mandatory, values "on","off", default "off")
+ If set to "on", the RELP connection will be encrypted by TLS, so that the data is protected against observers. Please note that both the client and the server must have set TLS to either "on" or "off". Other combinations lead to unpredictable results.
+
Caveats/Known Bugs: