Created
October 7, 2015 16:29
-
-
Save JoshuaEstes/35993a685ce0e2688448 to your computer and use it in GitHub Desktop.
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
# 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