Skip to content

Instantly share code, notes, and snippets.

@richardiux
Last active August 29, 2015 13:55
Show Gist options
  • Save richardiux/8744229 to your computer and use it in GitHub Desktop.
Save richardiux/8744229 to your computer and use it in GitHub Desktop.
Add self signed certificate to keychain
sudo security add-trusted-cert -d -r trustRoot -k "/Library/Keychains/System.keychain" "path_to_cer/mycert.cer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment