Add instructions to trust a CA for OS X, both graphically and via the terminal ``` sh curl {{ remote_url }} > local.crt security add-trusted-cert -d -r trustRoot -k ~/Library/Keychains/login.keychain local.crt ```