Created
July 26, 2018 11:49
-
-
Save BenQoder/9e0fa02c5418d34760e222be963833a0 to your computer and use it in GitHub Desktop.
This Is The Step I Follow To Make My Laravel Projects Have SSL Certificates Locally
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
vagrant up && vagrant ssh | |
cp /etc/nginx/ssl/ca.homestead.homestead.crt /home/vagrant/{Projects Folder} | |
On Mac, Open terminal and cd into Projects Folder then | |
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ca.homestead.homestead.crt | |
On Windows, Import certificate as trusted into chrome or preferred browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment