Skip to content

Instantly share code, notes, and snippets.

@ParityError
Created January 24, 2019 06:28
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 ParityError/2360d5628d9e8a9a7e699ed63e19c68a to your computer and use it in GitHub Desktop.
Save ParityError/2360d5628d9e8a9a7e699ed63e19c68a to your computer and use it in GitHub Desktop.
Default macOS ssl cert locations
$ php -r "print_r(openssl_get_cert_locations());"
Array
(
[default_cert_file] => /private/etc/ssl/cert.pem
[default_cert_file_env] => SSL_CERT_FILE
[default_cert_dir] => /private/etc/ssl/certs
[default_cert_dir_env] => SSL_CERT_DIR
[default_private_dir] => /private/etc/ssl/private
[default_default_cert_area] => /private/etc/ssl
[ini_cafile] =>
[ini_capath] =>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment