mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-23 18:07:05 +00:00
update man page with -l sslkeylogfile option
This commit is contained in:
parent
39488f1a84
commit
6d136a5547
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,10 @@ ssldump \- dump SSL traffic on a network
|
||||||
.I keyfile
|
.I keyfile
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
.B \-l
|
||||||
|
.I sslkeylogfile
|
||||||
|
]
|
||||||
|
[
|
||||||
.B \-p
|
.B \-p
|
||||||
.I password
|
.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.
|
Previous versions of ssldump automatically looked in ./server.pem.
|
||||||
Now you must specify your keyfile every time.
|
Now you must specify your keyfile every time.
|
||||||
.TP
|
.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"
|
.BI \-p " password"
|
||||||
Use \fIpassword\fP as the SSL keyfile password.
|
Use \fIpassword\fP as the SSL keyfile password.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue