mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-15 18:17:01 +00:00
DOC: ssl: add 'ecdhe' statement on 'bind'
This commit is contained in:
parent
2b58d040b6
commit
7fb34422fe
@ -6737,6 +6737,11 @@ backlog <backlog>
|
|||||||
Sets the socket's backlog to this value. If unspecified, the frontend's
|
Sets the socket's backlog to this value. If unspecified, the frontend's
|
||||||
backlog is used instead, which generally defaults to the maxconn value.
|
backlog is used instead, which generally defaults to the maxconn value.
|
||||||
|
|
||||||
|
ecdhe <named curve>
|
||||||
|
This setting is only available when support for OpenSSL was built in. It sets
|
||||||
|
the named curve (RFC 4492) used to generate ECDH ephemeral keys and makes
|
||||||
|
ECDHE cipher suites usable.
|
||||||
|
|
||||||
ciphers <ciphers>
|
ciphers <ciphers>
|
||||||
This setting is only available when support for OpenSSL was built in. It sets
|
This setting is only available when support for OpenSSL was built in. It sets
|
||||||
the string describing the list of cipher algorithms ("cipher suite") that are
|
the string describing the list of cipher algorithms ("cipher suite") that are
|
||||||
|
Loading…
Reference in New Issue
Block a user