mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Copy slapd.conf(5) cipher suite notes to here
This commit is contained in:
parent
f9fd0f0cc4
commit
29bf788d1e
@ -323,6 +323,18 @@ it is of critical importance that the key file is protected carefully.
|
||||
Specifies acceptable cipher suite and preference order.
|
||||
<cipher-suite-spec> should be a cipher specification for OpenSSL,
|
||||
e.g., HIGH:MEDIUM:+SSLv2.
|
||||
|
||||
To check what ciphers a given spec selects, use:
|
||||
|
||||
.nf
|
||||
openssl ciphers -v <cipher-suite-spec>
|
||||
.fi
|
||||
|
||||
To obtain the list of ciphers in GNUtls use:
|
||||
|
||||
.nf
|
||||
gnutls-cli -l
|
||||
.fi
|
||||
.TP
|
||||
.B TLS_RANDFILE <filename>
|
||||
Specifies the file to obtain random bits from when /dev/[u]random is
|
||||
|
Loading…
Reference in New Issue
Block a user