Skip to content

Instantly share code, notes, and snippets.

@incraigulous
Created January 22, 2020 22:26
Show Gist options
  • Save incraigulous/fd41dd9cf293006a3f63da25ffb72678 to your computer and use it in GitHub Desktop.
Save incraigulous/fd41dd9cf293006a3f63da25ffb72678 to your computer and use it in GitHub Desktop.
```
php -i | grep ssl
```
Copy folder from openssl.cpath.
```
cp /usr/local/etc/{FOLDER}/cert.pem /usr/local/etc/{FOLDER}/cert.pem.bak && cat ~/.config/valet/CA/LaravelValetCASelfSigned.pem >> /usr/local/etc/{FOLDER}/cert.pem
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment