Skip to content

Instantly share code, notes, and snippets.

@JoshuaEstes
Created October 7, 2015 16:29
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 JoshuaEstes/35993a685ce0e2688448 to your computer and use it in GitHub Desktop.
Save JoshuaEstes/35993a685ce0e2688448 to your computer and use it in GitHub Desktop.
# Add a self generated cert to local keychain so we do not get ssl issues when testing, this is used for development
# and should only be used on your local box
sudo security add-trusted-cert -d -k /Library/Keychains/System.keychain -r trustRoot -p ssl \*.localhost.com.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment