Skip to content

Instantly share code, notes, and snippets.

@johnmaxwell
Created January 8, 2018 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmaxwell/4f3c76425716002489b7e90fe41bf680 to your computer and use it in GitHub Desktop.
Save johnmaxwell/4f3c76425716002489b7e90fe41bf680 to your computer and use it in GitHub Desktop.
powprox-create-root-ca.diff
--- a/libexec/powprox-create-root-ca
+++ b/libexec/powprox-create-root-ca
@@ -28,4 +28,4 @@ powprox-openssl ca -selfsign -batch \
powprox-openssl x509 -in ca/pow-root-ca.crt -noout -text
# Add to Keychain trusted root
-security add-trusted-cert -k login.keychain-db "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"
+security add-trusted-cert -k login.keychain "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment