From 4aab4065268a3b311d4cafe2b180a9e995259846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Crevon?= Date: Wed, 4 May 2022 13:38:03 +0200 Subject: [PATCH] Update release notes/v0.38.0.md Co-authored-by: na-- --- release notes/v0.38.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release notes/v0.38.0.md b/release notes/v0.38.0.md index cc5cd972ac69..13e7fc0d8f8d 100644 --- a/release notes/v0.38.0.md +++ b/release notes/v0.38.0.md @@ -31,7 +31,7 @@ export default function() { This release adds the ability to dump SSL keys while making TLS connections. You then can use these keys to decrypt all traffic that k6 generates. -To accomplish this, set the `SSLKEYLOGFILE` to some file path and run k6. +To accomplish this, set the `SSLKEYLOGFILE` environment variable to some file path and run k6. This will populate the file with the keys. Then you can use Wireshark to capture the traffic, decrypt it, and use that for debugging.