Skip to content

Instantly share code, notes, and snippets.

@meiwin
Created June 12, 2012 03:12
Show Gist options
  • Save meiwin/2914633 to your computer and use it in GitHub Desktop.
Save meiwin/2914633 to your computer and use it in GitHub Desktop.
[java keytool] Import self-signed server certificate
keytool -import -alias <alias> -file <servercert.crt> -storepass <password> -keystore <keystore-file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment