]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix tune.ssl.keylog sample fetches array
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 7 Jul 2020 08:14:56 +0000 (10:14 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Jul 2020 08:25:15 +0000 (10:25 +0200)
The labels EXPORTER_SECRET and EARLY_EXPORTER_SECRET were swapped in the
array.

doc/configuration.txt

index 38fbbd48d56bf86bd551518efa19022541b3ec6f..3f37e0d1b992127637c47b8a52a5c6262265c713 100644 (file)
@@ -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.