Skip to content

Instantly share code, notes, and snippets.

@akkida746
Created December 14, 2016 11:37
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 akkida746/0b1bc9f02b1c021b2250a751d48cc987 to your computer and use it in GitHub Desktop.
Save akkida746/0b1bc9f02b1c021b2250a751d48cc987 to your computer and use it in GitHub Desktop.
Jetty Certificate Generation Steps
keytool -genkey -keystore server.keystore -alias xcenter-20161109 -keyalg RSA -keysize 2048 -validity 3950
keytool -selfcert -alias xcenter-20161109 -keystore server.keystore -validity 3950
keytool -export -alias xcenter-20161109 -keystore server.keystore -rfc -file xcenter-20161109.cer
keytool -import -keystore cacerts -file C:\cert\xstore\xcenter-20161109.cer -alias xcenter-20161109
Import Cert in SOAP UI also:
keytool -import -keystore E:\Installed\..\cacerts -file C:\cert\xstore\xcenter-20161109.cer -alias xcenter-20161109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment