Skip to content

Instantly share code, notes, and snippets.

@Hexa
Created December 8, 2018 09:37
Show Gist options
  • Save Hexa/cb5c680bd72b3c2c0920e92be2de5211 to your computer and use it in GitHub Desktop.
Save Hexa/cb5c680bd72b3c2c0920e92be2de5211 to your computer and use it in GitHub Desktop.
openssl s_client で sslkeylog.log を出力する
openssl s_client \
-connect localhost:18080 -tls1_3 -verifyCAfile ca.pem \
-no_middlebox -keylogfile sslkeylog.log </dev/nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment