Skip to content
Snippets Groups Projects
Commit bded736f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Copy slapd.conf(5) cipher suite notes to here

parent c3f029f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment