diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-04-25 17:45:51 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-04-25 17:45:51 +0000 |
commit | 9e1430f1cf8a423d760b66ceaabe02422f2cf6e6 (patch) | |
tree | 0a43f75791205a68bb4b6033e98c1cb5b373bb13 /usr.sbin/syslogd/syslogd.8 | |
parent | 4ed40f40ac426752be4c9f330d57ed9f9023e9c8 (diff) |
Allow syslogd(8) to listen on multiple addresses for incomming TLS
connections. This expands the feature from UDP and TCP to syslog
over TLS.
input jmc@; OK millert@
Diffstat (limited to 'usr.sbin/syslogd/syslogd.8')
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 1e51f26fc0c..3e2c15fa101 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.54 2017/04/17 14:18:44 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.55 2017/04/25 17:45:50 bluhm Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $NetBSD: syslogd.8,v 1.3 1996/01/02 17:41:48 perry Exp $ .\" -.Dd $Mdocdate: April 17 2017 $ +.Dd $Mdocdate: April 25 2017 $ .Dt SYSLOGD 8 .Os .Sh NAME @@ -140,8 +140,9 @@ bind it to the specified address. A port number may be specified using the .Ar host : Ns Ar port syntax. -The parameter is also used to find a suitable server key and -certificate in +The first +.Ar listen_address +is also used to find a suitable server key and certificate in .Pa /etc/ssl/ . .It Fl s Ar reporting_socket Specify path to an @@ -180,7 +181,7 @@ in UTC. .El .Pp The options -.Fl a , T , +.Fl a , S , T , and .Fl U can be given more than once to specify multiple input sources. |