diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-26 15:28:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-26 15:28:58 +0200 |
commit | 0018e98223d4d10db4adbb3601eb860004dad3c4 (patch) | |
tree | 33ed3b5c7982f687fd63a3ac6814bd6f02c56787 | |
parent | 28b06628d5cc6f53c3e2c0e0222bf5c465f66d40 (diff) | |
download | rsyslog-0018e98223d4d10db4adbb3601eb860004dad3c4.tar.gz rsyslog-0018e98223d4d10db4adbb3601eb860004dad3c4.tar.bz2 rsyslog-0018e98223d4d10db4adbb3601eb860004dad3c4.zip |
doc: typo fix
-rw-r--r-- | doc/imrelp.html | 2 | ||||
-rw-r--r-- | doc/omrelp.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/imrelp.html b/doc/imrelp.html index 4419cf6d..66e8b054 100644 --- a/doc/imrelp.html +++ b/doc/imrelp.html @@ -69,7 +69,7 @@ a single or multiple fingerprints can be listed. When a non-permitted peer connects, the refusal is logged together with it's fingerprint. So if the administrator knows this was a valid request, he can simple add the fingerprint by copy and -past from the logfile to rsyslog.conf. +paste from the logfile to rsyslog.conf. <br>To specify multiple fingerprints, just enclose them in braces like this: <br>tls.permittedPeer=["SHA1:...1", "SHA1:....2"] diff --git a/doc/omrelp.html b/doc/omrelp.html index a4208355..30ac3daa 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -54,7 +54,7 @@ must be used. non-permitted peer is connected to, the refusal is logged together with it's fingerprint. So if the administrator knows this was a valid request, he can simple add the fingerprint by copy and - past from the logfile to rsyslog.conf. It must be noted, though, + paste from the logfile to rsyslog.conf. It must be noted, though, that this situation should usually not happen after initial client setup and administrators should be alert in this case. <br>Note that usually a single remote peer should be all that |