mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Note that TLS_CERT and TLS_KEY are user-only options.
This commit is contained in:
parent
5d8ce71c83
commit
98b1e09c44
1 changed files with 4 additions and 2 deletions
|
|
@ -180,14 +180,16 @@ is always used before
|
|||
.B TLS_CACERTDIR.
|
||||
.TP
|
||||
.B TLS_CERT <filename>
|
||||
Specifies the file that contains the client certificate.
|
||||
Specifies the file that contains the client certificate. This is
|
||||
a user\-only option.
|
||||
.TP
|
||||
.B TLS_KEY <filename>
|
||||
Specifies the file that contains the private key that matches the certificate
|
||||
stored in the
|
||||
.B TLS_CERT
|
||||
file. Currently, the private key must not be protected with a password, so
|
||||
it is of critical importance that the key file is protected carefully.
|
||||
it is of critical importance that the key file is protected carefully. This
|
||||
is a user\-only option.
|
||||
.TP
|
||||
.B TLS_RANDFILE <filename>
|
||||
Specifies the file to obtain random bits from when /dev/[u]random is
|
||||
|
|
|
|||
Loading…
Reference in a new issue