raggi / openssl-osx-ca

Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
Other
225 stars 24 forks source link

Chore: Update documentation for ARM based Macs for certs location #28

Closed gauthamchandra closed 2 years ago

gauthamchandra commented 2 years ago

Due to the brew prefix being different based on whether the user is using an Intel based mac or a M1 (ARM) based mac, the initial directory where the brew packages are is different.

This takes into account to list both possible locations so that if the user is ever setting the SSL_CERT_FILE, they know where to look.

raggi commented 2 years ago

Looks good. It's tempting to suggest $(brew --prefix), but users often have so much trouble with escaping rules this is totally fine!