mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-05 02:49:01 +00:00
DOC: fix tune.ssl.keylog sample fetches array
The labels EXPORTER_SECRET and EARLY_EXPORTER_SECRET were swapped in the array.
This commit is contained in:
parent
7d42ef5b22
commit
d742b6caf7
@ -2186,8 +2186,8 @@ tune.ssl.keylog { on | off }
|
||||
SERVER_HANDSHAKE_TRAFFIC_SECRET | %[ssl_fc_server_handshake_traffic_secret]
|
||||
CLIENT_TRAFFIC_SECRET_0 | %[ssl_fc_client_traffic_secret_0]
|
||||
SERVER_TRAFFIC_SECRET_0 | %[ssl_fc_server_traffic_secret_0]
|
||||
EARLY_EXPORTER_SECRET | %[ssl_fc_exporter_secret]
|
||||
EXPORTER_SECRET | %[ssl_fc_early_exporter_secret]
|
||||
EXPORTER_SECRET | %[ssl_fc_exporter_secret]
|
||||
EARLY_EXPORTER_SECRET | %[ssl_fc_early_exporter_secret]
|
||||
|
||||
This is only available with OpenSSL 1.1.1, and useful with TLS1.3 session.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user