Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Created February 22, 2017 16:22
Show Gist options
  • Save GuyHarwood/4b5860f37fac413b81e854a71582eb46 to your computer and use it in GitHub Desktop.
Save GuyHarwood/4b5860f37fac413b81e854a71582eb46 to your computer and use it in GitHub Desktop.
Connect to Mongo DB that is using Self Signed Certificate
mongo --ssl --sslAllowInvalidHostnames --sslAllowInvalidCertificates --authenticationDatabase admin --username admin --password <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment