Created
December 8, 2018 09:37
-
-
Save Hexa/cb5c680bd72b3c2c0920e92be2de5211 to your computer and use it in GitHub Desktop.
openssl s_client で sslkeylog.log を出力する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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