diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-10 15:31:47 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-10 15:31:47 +0100 |
commit | 3c760a3dbcec5b320c7c03f3979f805f7960694d (patch) | |
tree | 8188dbe6c088b0ced0bdbc648e43bf5787f34841 /doc | |
parent | 96e9bff86d203e15df371960a285143f6bfa9d6a (diff) | |
download | rsyslog-3c760a3dbcec5b320c7c03f3979f805f7960694d.tar.gz rsyslog-3c760a3dbcec5b320c7c03f3979f805f7960694d.tar.bz2 rsyslog-3c760a3dbcec5b320c7c03f3979f805f7960694d.zip |
changed TLS link on manual homepage to native TLS doc
... pointed previously to stunnel-alternative, which now that
we support native TLS is now no longer recommended.
Thanks to Michael Biebl for bringing this to my attention.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html index aa0fdb3b..7aebacd8 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -53,7 +53,7 @@ modules</a></li><li><a href="man_rsyslogd.html">rsyslogd man page</a> <li><a href="install.html">installing rsyslog</a></li> <li><a href="build_from_repo.html">obtaining rsyslog from the source repository</a></li> <li><a href="ipv6.html">rsyslog and IPv6</a> (which is fully supported)</li> -<li><a href="rsyslog_tls.html">native TLS encryption for syslog</a></li> +<li><a href="rsyslog_secure_tls.html">native TLS encryption for syslog</a></li> <li><a href="rsyslog_stunnel.html">ssl-encrypting syslog with stunnel</a></li> <li><a href="rsyslog_mysql.html">writing syslog messages to MySQL (and other databases as well)</a></li> <li><a href="rsyslog_high_database_rate.html">writing massive amounts of syslog messages to a database</a></li> |