Skip to content

Commit

Permalink
Update root CA install for High Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Dec 14, 2017
1 parent 47ed134 commit 65168e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/powprox-create-root-ca
Original file line number Diff line number Diff line change
Expand Up @@ -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 -d -r trustRoot -k "$HOME/Library/Keychains/login.keychain" "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"
security add-trusted-cert -k login.keychain-db "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"

0 comments on commit 65168e0

Please sign in to comment.