Skip to content

Instantly share code, notes, and snippets.

@morganestes
Created March 15, 2017 18:32
Show Gist options
  • Select an option

  • Save morganestes/d56b402fcbc6204c206c1f4f102c48eb to your computer and use it in GitHub Desktop.

Select an option

Save morganestes/d56b402fcbc6204c206c1f4f102c48eb to your computer and use it in GitHub Desktop.
Add a locally-generated SSL cert to the macOS keychain
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