Skip to content

Instantly share code, notes, and snippets.

@chtz
Last active March 16, 2016 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chtz/4e3f503bae5eb21783e6 to your computer and use it in GitHub Desktop.
Save chtz/4e3f503bae5eb21783e6 to your computer and use it in GitHub Desktop.
Convert mitmproxy ca cert to java truststore
keytool -import -trustcacerts -alias mitmproxy -file ~/.mitmproxy/mitmproxy-ca-cert.cer -keystore mitmproxy.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment