diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-04-24 15:26:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 15:26:20 +0200 |
commit | cddcc8dfb109367e615b7d56fc8da1225682ffe4 (patch) | |
tree | 91e2dcd1c84bf9a2c447a6c28c3427604a706cee | |
parent | 3c1a184c5d440e08726d758ba4693f4a51e50433 (diff) | |
parent | 6c10a4e0f60c9ecfe8246df5ebc4aa5c48a8ee6c (diff) | |
download | mitmproxy-cddcc8dfb109367e615b7d56fc8da1225682ffe4.tar.gz mitmproxy-cddcc8dfb109367e615b7d56fc8da1225682ffe4.tar.bz2 mitmproxy-cddcc8dfb109367e615b7d56fc8da1225682ffe4.zip |
Merge pull request #3952 from PJF16/patch-1
Update howto-wireshark-tls.md
-rw-r--r-- | docs/src/content/howto-wireshark-tls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/howto-wireshark-tls.md b/docs/src/content/howto-wireshark-tls.md index a55d177b..0c7a6d1b 100644 --- a/docs/src/content/howto-wireshark-tls.md +++ b/docs/src/content/howto-wireshark-tls.md @@ -19,7 +19,7 @@ SSLKEYLOGFILE="$PWD/.mitmproxy/sslkeylogfile.txt" mitmproxy You can also `export` this environment variable to make it persistent for all applications started from your current shell session. You can specify the key file path in Wireshark via `Edit -> Preferences -> -Protocols -> SSL -> (Pre)-Master-Secret log filename`. If your SSLKEYLOGFILE +Protocols -> TLS -> (Pre)-Master-Secret log filename`. If your SSLKEYLOGFILE does not exist yet, just create an empty text file, so you can select it in Wireshark (or run mitmproxy to create and collect master secrets). |