From c4286b15dc3d95f52b7ce5b5292796109fa77f3f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 7 Sep 2015 10:52:18 +0200 Subject: docs: minor fixes --- docs/dev/sslkeylogfile.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/sslkeylogfile.rst') diff --git a/docs/dev/sslkeylogfile.rst b/docs/dev/sslkeylogfile.rst index d61a10c0..04b86cc4 100644 --- a/docs/dev/sslkeylogfile.rst +++ b/docs/dev/sslkeylogfile.rst @@ -3,12 +3,12 @@ TLS Master Secrets ================== -The SSL master keys can be logged by mitmproxy so that external programs can decrypt TLS connections -both from and to the proxy. Key logging is enabled by setting the environment variable +The SSL master keys can be logged by mitmproxy so that external programs can decrypt TLS +connections both from and to the proxy. Key logging is enabled by setting the environment variable :envvar:`SSLKEYLOGFILE` so that it points to a writable text file. Recent versions of WireShark can use these log files to decrypt packets. You can specify the key file path in WireShark via :samp:`Edit -> Preferences -> Protocols -> SSL -> (Pre)-Master-Secret log filename`. Note that :envvar:`SSLKEYLOGFILE` is respected by other programs as well, e.g. Firefox and Chrome. -If this creates any issues, you can set :envvar:`MITMPROXY_SSLKEYLOGFILE` alternatively. \ No newline at end of file +If this creates any issues, you can set :envvar:`MITMPROXY_SSLKEYLOGFILE` alternatively. -- cgit v1.2.3