Skip to content

NGINX Module to log SSL keys in the NSS Key Log Format (for wireshark, etc)

License

Notifications You must be signed in to change notification settings

mkg20001/ngx_keylog

Repository files navigation

ngx_keylog

Module to log SSL Keys in the NSS Key Log Format

Usage

server {
  keylog on;
  keylog_file /tmp/keylog-http.txt;
}

stream {
  keylog on;
  keylog_file /tmp/keylog-stream.txt;
}

About

NGINX Module to log SSL keys in the NSS Key Log Format (for wireshark, etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published