diff options
Diffstat (limited to 'usr.sbin/syslogd/syslogd.8')
| -rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index cbd4cf71cc0..0c09aa17038 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.40 2016/03/31 15:53:25 schwarze Exp $ +.\" $OpenBSD: syslogd.8,v 1.41 2016/07/12 09:47:25 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: March 31 2016 $ +.Dd $Mdocdate: July 12 2016 $ .Dt SYSLOGD 8 .Os .Sh NAME @@ -42,7 +42,9 @@ .Op Fl 46dFhnuV .Op Fl a Ar path .Op Fl C Ar CAfile +.Op Fl c Ar cert_file .Op Fl f Ar config_file +.Op Fl k Ar key_file .Op Fl m Ar mark_interval .Op Fl p Ar log_socket .Op Fl S Ar listen_address @@ -81,6 +83,11 @@ PEM encoded file containing CA certificates used for certificate validation; the default is .Pa /etc/ssl/cert.pem . +.It Fl c Ar cert_file +PEM encoded file containing the client certificate for TLS connections +to a remote host. +The default is not to use a client certificate for the connection +to a syslog server. .It Fl d Enable debugging to the standard output, and do not disassociate from the controlling terminal. @@ -93,6 +100,11 @@ the default is .Pa /etc/syslog.conf . .It Fl h Include the hostname when forwarding messages to a remote host. +.It Fl k Ar key_file +PEM encoded file containing the client private key for TLS connections +to a remote host. +This option has to be used together with +.Fl c Ar cert_file . .It Fl m Ar mark_interval Select the number of minutes between .Dq mark |
