sslkeylogfile
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

sslkeylogfile

Enable SSL/TLS key logging for all connections globally.

Usage

import { enableSSLKeyLog } from "sslkeylogfile";

enableSSLKeyLog("path/to/keylog.txt");

Or to enable based on the SSLKEYLOGFILE environment variable:

import "sslkeylogfile/global";

You can then configure Wireshark to use the resulting file as the "(Pre)-Master-Secret log filename" (See Using the (Pre)-Master-Secret).

License

MIT

Package Sidebar

Install

npm i sslkeylogfile

Weekly Downloads

34

Version

0.1.0

License

MIT

Unpacked Size

11.4 kB

Total Files

19

Last publish

Collaborators

  • segevfiner