Created
August 18, 2014 15:43
-
-
Save FrancescaK/c51a1c42ec2ef2c7624f to your computer and use it in GitHub Desktop.
kerberos_7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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