Skip to content

Commit 65168e0

Browse files
committed
Update root CA install for High Sierra
* https://openradar.appspot.com/29271915 * puma/puma-dev#84 (comment)
1 parent 47ed134 commit 65168e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/powprox-create-root-ca

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ powprox-openssl ca -selfsign -batch \
2828
powprox-openssl x509 -in ca/pow-root-ca.crt -noout -text
2929

3030
# Add to Keychain trusted root
31-
security add-trusted-cert -d -r trustRoot -k "$HOME/Library/Keychains/login.keychain" "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"
31+
security add-trusted-cert -k login.keychain-db "$POWPROX_DIR/ssl/ca/pow-root-ca.crt"

0 commit comments

Comments
 (0)