Created
March 15, 2017 18:32
-
-
Save morganestes/d56b402fcbc6204c206c1f4f102c48eb to your computer and use it in GitHub Desktop.
Add a locally-generated SSL cert to the macOS keychain
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
| sudo security add-trusted-cert -d -r trustRoot -p ssl -k /Library/Keychains/System.keychain /path/to/local.cert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment