Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benjaminblack/ba75b7091e5f5df6960488535d250cc5 to your computer and use it in GitHub Desktop.
Save benjaminblack/ba75b7091e5f5df6960488535d250cc5 to your computer and use it in GitHub Desktop.
OS X: Add a trusted certificate to the system chain
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain site.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment