Skip to content

Instantly share code, notes, and snippets.

@BenQoder
Created July 26, 2018 11:49
Show Gist options
  • Save BenQoder/9e0fa02c5418d34760e222be963833a0 to your computer and use it in GitHub Desktop.
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
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