mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
log_server_peer_cert and log_server_peer_key are not required by default.
They are only required if sudo_logsrvd has tls_checkpeer enabled.
This commit is contained in:
parent
e17003b35c
commit
1c52c24a93
@ -4160,9 +4160,14 @@ log_server_peer_cert
|
|||||||
The path to the
|
The path to the
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
client's certificate file, in PEM format.
|
client's certificate file, in PEM format.
|
||||||
This setting is required when
|
This setting is required when the remote log server is secured
|
||||||
\fIlog_servers\fR
|
with TLS and client certificate validation is enabled.
|
||||||
is set and the remote log server is secured with TLS.
|
For
|
||||||
|
\fBsudo_logsrvd\fR,
|
||||||
|
client certificate validation is controlled by the
|
||||||
|
\fItls_checkpeer\fR
|
||||||
|
option, which defaults to
|
||||||
|
\fIfalse\fR.
|
||||||
.sp
|
.sp
|
||||||
This setting is only supported by version 1.9.0 or higher.
|
This setting is only supported by version 1.9.0 or higher.
|
||||||
.TP 18n
|
.TP 18n
|
||||||
@ -4170,9 +4175,14 @@ log_server_peer_key
|
|||||||
The path to the
|
The path to the
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
client's private key file, in PEM format.
|
client's private key file, in PEM format.
|
||||||
This setting is required when
|
This setting is required when the remote log server is secured
|
||||||
\fIlog_servers\fR
|
with TLS and client certificate validation is enabled.
|
||||||
is set and the remote log server is secured with TLS.
|
For
|
||||||
|
\fBsudo_logsrvd\fR,
|
||||||
|
client certificate validation is controlled by the
|
||||||
|
\fItls_checkpeer\fR
|
||||||
|
option, which defaults to
|
||||||
|
\fIfalse\fR.
|
||||||
.sp
|
.sp
|
||||||
This setting is only supported by version 1.9.0 or higher.
|
This setting is only supported by version 1.9.0 or higher.
|
||||||
.TP 18n
|
.TP 18n
|
||||||
|
@ -3914,18 +3914,28 @@ This setting is only supported by version 1.9.0 or higher.
|
|||||||
The path to the
|
The path to the
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
client's certificate file, in PEM format.
|
client's certificate file, in PEM format.
|
||||||
This setting is required when
|
This setting is required when the remote log server is secured
|
||||||
.Em log_servers
|
with TLS and client certificate validation is enabled.
|
||||||
is set and the remote log server is secured with TLS.
|
For
|
||||||
|
.Nm sudo_logsrvd ,
|
||||||
|
client certificate validation is controlled by the
|
||||||
|
.Em tls_checkpeer
|
||||||
|
option, which defaults to
|
||||||
|
.Em false .
|
||||||
.Pp
|
.Pp
|
||||||
This setting is only supported by version 1.9.0 or higher.
|
This setting is only supported by version 1.9.0 or higher.
|
||||||
.It log_server_peer_key
|
.It log_server_peer_key
|
||||||
The path to the
|
The path to the
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
client's private key file, in PEM format.
|
client's private key file, in PEM format.
|
||||||
This setting is required when
|
This setting is required when the remote log server is secured
|
||||||
.Em log_servers
|
with TLS and client certificate validation is enabled.
|
||||||
is set and the remote log server is secured with TLS.
|
For
|
||||||
|
.Nm sudo_logsrvd ,
|
||||||
|
client certificate validation is controlled by the
|
||||||
|
.Em tls_checkpeer
|
||||||
|
option, which defaults to
|
||||||
|
.Em false .
|
||||||
.Pp
|
.Pp
|
||||||
This setting is only supported by version 1.9.0 or higher.
|
This setting is only supported by version 1.9.0 or higher.
|
||||||
.It mailsub
|
.It mailsub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user