diff --git a/doc/api/cli.md b/doc/api/cli.md index a25dfd45a3572e..96ec044cf7cc3e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -708,6 +708,15 @@ added: v4.0.0 Specify an alternative default TLS cipher list. Requires Node.js to be built with crypto support (default). +### `--tls-keylog=file` + + +Log TLS key material to a file. The key material is in NSS `SSLKEYLOGFILE` +format and can be used by software (such as Wireshark) to decrypt the TLS +traffic. + ### `--tls-max-v1.2`