From 6d136a554781a0925a9bd90465769afc5c6436bc Mon Sep 17 00:00:00 2001 From: mathewmarcus Date: Wed, 4 Jul 2018 15:04:10 -0500 Subject: [PATCH] update man page with -l sslkeylogfile option --- ssldump.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ssldump.1 b/ssldump.1 index ca5681c..a4a8e97 100644 --- a/ssldump.1 +++ b/ssldump.1 @@ -74,6 +74,10 @@ ssldump \- dump SSL traffic on a network .I keyfile ] [ +.B \-l +.I sslkeylogfile +] +[ .B \-p .I password ] @@ -210,6 +214,10 @@ Use \fIkeyfile\fP as the location of the SSL keyfile (OpenSSL format) Previous versions of ssldump automatically looked in ./server.pem. Now you must specify your keyfile every time. .TP +.BI \-l " sslkeylogfile" +Use \fIsslkeylogfile\fP as the location of the SSLKEYLOGFILE +(https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format) +.TP .BI \-p " password" Use \fIpassword\fP as the SSL keyfile password. .TP