Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created August 18, 2014 15:43
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 FrancescaK/c51a1c42ec2ef2c7624f to your computer and use it in GitHub Desktop.
Save FrancescaK/c51a1c42ec2ef2c7624f to your computer and use it in GitHub Desktop.
kerberos_7
javac -cp ../mongo-java-driver-2.12.1.jar SSLApp.java
java -cp .:../mongo-java-driver-2.12.1.jar -Djavax.net.ssl.trustStore=firstTrustStore -Djavax.net.ssl.trustStorePassword=changeme -Djavax.security.auth.useSubjectCredsOnly=false SSLApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment