Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleantutorials/16a145fec228f000c423cc20c24f2f5d to your computer and use it in GitHub Desktop.
Save cleantutorials/16a145fec228f000c423cc20c24f2f5d to your computer and use it in GitHub Desktop.
-J-Djavax.net.ssl.keyStore=<Client-KeyStore-Path>
-J-Djavax.net.ssl.keyStorePassword=<storepass of KeyStore(Client)>
-J-Djavax.net.ssl.trustStore=<Client-TrustStore-Path>
-J-Djavax.net.ssl.trustStorePassword=<storepass of TrustStore(Client)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment