Created
January 22, 2020 22:26
-
-
Save incraigulous/fd41dd9cf293006a3f63da25ffb72678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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